Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lhz516/mcook

Meteor structure generator following Meteor guide
https://github.com/lhz516/mcook

Last synced: about 2 months ago
JSON representation

Meteor structure generator following Meteor guide

Awesome Lists containing this project

README

        

# Meteor Cook
Meteor project generator following [Meteor Guide: File Structure](https://guide.meteor.com/structure.html)
```
$ npm install mcook -g
```
## Usage
Node.js 4.0+ required

Run the following command in a directory with 'mcook.js'

See [example mcook config file](https://github.com/lhz516/mcook/blob/master/mcook.example.js)
```
$ mcook init
```
You can also specify your preferred config file by
```
$ mcook init myconfig.js
```

This project is still in dev. If you have any questions or suggestions, please create an issue to discuss.