- fix parsing and writing
.hbs
files
- fix
to-case
dependency
- bump
metalsmith-templates
to ignore binary files
- change
#options
to#format
- big rewrite to break apart the core logic
- khaos-create: fix metadata read
- add hook api
- fix bug in
create
cli
- add ability to read from yaml metadata
- add examples
- remove
#build
alias for#run
- remove
ware
dependency - remove requirement for the source template to exist on initialize
- upgrade
metalsmith-prompt
to0.0.8
for list support
- added
list
command to the cli - split out cli commands
- make alias optional for
install
- fix file ignoring logic
- fix tests
- actually upgrade
metalsmith-prompt
to0.0.6
- upgrade
metalsmith-prompt
to0.0.6
- add
basename
metadata - upgrade
metalsmith-prompt
to0.0.5
- add
schema
option tokhaos.json
- fix
pad
option tometalsmith-prompt
- add single-file template support
- add
--save
flag to the CLI
- add
.npmignore
- refactor to use Metalsmith
- refactor to pull out
segmentio/prompt-for
- revert to using handlebars
- add handlebars
date
helper - add handlebars
case
helpers - add handlebars
default
helper
- change to using swig for templates
- add github support
- add nicer logging
- remove need for
khaos.json
by parsing schema
✨