https://github.com/bennycode/generator-toe-template
https://github.com/bennycode/generator-toe-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bennycode/generator-toe-template
- Owner: bennycode
- Created: 2016-01-17T20:25:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T22:10:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-27T23:47:07.883Z (11 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# generator-toe-template
[](https://travis-ci.org/bennyn/generator-toe-template)
## Initialize project
```bash
npm install
grunt
```
## Start development environment
```bash
grunt dev
```
## Run test suite
```bash
grunt test
```
## Build release version
```bash
grunt dist
```