From 9346564918fb9e6924f02aeb4a2704e66d7fdba2 Mon Sep 17 00:00:00 2001 From: josh- Date: Wed, 10 Oct 2012 03:18:05 -0700 Subject: [PATCH] Added 'nanoc' plugin description --- Plugins.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Plugins.md b/Plugins.md index d450cca..2fded40 100644 --- a/Plugins.md +++ b/Plugins.md @@ -357,6 +357,23 @@ jira ABC-123 # Open issue in browser * mysql - aliases for starting stopping and getting mysql status ( *mysqlstart*, *mysqlstop*, *mysqlstatus*) +## nanoc +**Maintainer:** [josh-](https://github.com/josh-) + +Enhances the [Nanoc](http://nanoc.stoneship.org/) static site generator with aliases and ZSH autocompletion. + +### Aliases + +* `n` is an alias to `nanoc`, other commands may be appended to this or on its own it will compile a site. +* `na` starts the autocompiler. +* `nco` compiles a site. +* `nci ` creates an item . +* `ncl ` creates a layout . +* `ncs ` creates a site . +* `nd` deploys a site. +* `nv` starts the `adsf` server for the current site. +* `nw` starts the watcher. + ## node * `node-api [SECTION]`: open the [node api](http://nodejs.org/docs/v0.4.8/api/all.html), for your current version, in your browser. **Note: This uses `open` which comes with OS X. This needs to be re-factored to work on other platforms.**