nanoc: update to latest version (#7282)

* nanoc: update command aliases

- remove deprecated commands
- update `create-site`
- add `prune`

* nanoc: update README

* nanoc: update autompletion

- update commands
- add flag options to subcommands
This commit is contained in:
Josh Parnham 2018-10-18 06:26:48 +11:00 committed by Marc Cornellà
commit a2dab42c35
3 changed files with 68 additions and 26 deletions

View file

@ -1,9 +1,6 @@
alias n='nanoc'
alias na='nanoc autocompile'
alias nco='nanoc compile'
alias nci='nanoc create_item'
alias ncl='nanoc create_layout'
alias ncs='nanoc create_site'
alias ncs='nanoc create-site'
alias nd='nanoc deploy'
alias np='nanoc prune'
alias nv='nanoc view'
alias nw='nanoc watch'