Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
/ meteor-maker Public archive

A CLI tool for scaffolding Meteor applications and generating boilerplate code. Based on best-practices outlined in the Meteor 1.3 guide

License

Notifications You must be signed in to change notification settings

timsvoice/meteor-maker

Repository files navigation

###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

About

A CLI tool for scaffolding Meteor applications and generating boilerplate code. Based on best-practices outlined in the Meteor 1.3 guide

http://timsvoice.github.io/meteor-maker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published