Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lhz516/mcook
- Owner: lhz516
- License: mit
- Created: 2016-08-03T05:38:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T02:46:07.000Z (over 8 years ago)
- Last Synced: 2024-11-16T16:53:04.003Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+ requiredRun 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.