0.1.11 • Published 8 years ago

meteor-maker v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

###Installation

npm install -g meteor-maker

###Usage

####New Project

cd into a new project folder

meteor-maker project <name>

This will scaffold your new project. See here for folder structure details.

####New API

meteor-maker g:api <name>

Will create a new api directory at imports/api/<name> with html, js, and sass files.

####New Method

meteor-maker g:method <name>

Will add a new method to the end of the methods.js file of API you select in the prompts.

####New UI Element

meteor-maker g:ui <type>

Will generate .html, .js, .scss files for a new UI element, where type is one of: component, layout, page.

####Dependencies

commander

recursive-readdir

ncp

handlebars

0.1.11

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago