🚀 DAY 4 OF LAUNCH WEEK: Introducing GitHub Actions Scanning Support.Learn more →
Socket
Book a DemoInstallSign in
Socket

@rosszurowski/new

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rosszurowski/new

A set of personal templates for scaffolding projects

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 18 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts