npm.io
0.0.2 • Published 10 years agoCLI

enckecli

Licence
ISC
Version
0.0.2
Deps
2
Vulns
2
Weekly
0

EnckeCLI


Quick and easy way to get meteor projects up and running using the Encke boilerplate. This is a simple little command line application that adds a few things to make your life easier.

Installation

$ npm install -g enckecli

Installs it as a command you can use anywhere.

Commands

enckecli --create

This fetches the boiler plate, installs it, and removes the uneeded files.

Upcoming Commands
enckecli --init

Takes an existing meteor projects and adds the needed files.

enckecli new --layout

Generates a new layout with appropriate boilerplate code.

enckecli new --template

Generates a new templates with the appropriate boilerplate code.

enckecli new --page [layout]

Generates a new page with the appropriate boilerplate code. Also creates a new route in routes.js with the specified layout.