@rosszurowski/new

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @rosszurowski/new

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • rosszurowski