0.0.2 • Published 8 years ago

enckecli v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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.