https://github.com/adrianmcli/meteor-boilerplate-script
https://github.com/adrianmcli/meteor-boilerplate-script
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianmcli/meteor-boilerplate-script
- Owner: adrianmcli
- Created: 2015-01-26T04:31:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T23:02:04.000Z (about 11 years ago)
- Last Synced: 2025-03-06T19:42:15.626Z (about 1 year ago)
- Language: Shell
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-boilerplate-script
This is my attempt in writing a quick script to get my meteor projects setup quickly.
## Packages
Currently, the script will automatically install the following packages:
- `underscore`
- `ewall:foundation`
- `stylus`
- `iron:router`
You can simply edit `setup.sh` to add the packages you like. However, since I prefer working with Foundation and Stylus, this boilerplate project requires them to look right.
## Installation
Just run the `setup.sh` script with your project name as an argument, here's an example:
```
bash meteor-boilerplate-script/setup.sh myApp
```
When the script is finished, your meteor project is ready to run!