0.1.1 • Published 8 years ago

@rosszurowski/new v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

New

Scaffold a new project

A CLI and templates for scaffolding new projects. Pretty minimal functionality—all it does is loading a folder of scaffold templates and running them through Handlebars templates. Enough for my needs.

Install

npm install @rosszurowski/new --save-dev

Usage

new [template_id]

Templates

node-module
node-site-experimental
node-site-koa
node-site-metalsmith

Tab Completion

Included in this repo is an autocompletion bash file bin/new.bash. Source that file in your shell to enable autocompletion. If you use Homebrew, this might look like this:

cp `npm root -g`/new/bin/new.bash `brew --prefix`/etc/bash_completion.d/new.bash

Then refresh your shell with

exec $SHELL -l

License

MIT

0.1.1

8 years ago

0.1.0

8 years ago