https://github.com/leecade/g
init
https://github.com/leecade/g
Last synced: about 1 year ago
JSON representation
init
- Host: GitHub
- URL: https://github.com/leecade/g
- Owner: leecade
- License: mit
- Created: 2012-09-17T11:11:29.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T16:24:58.000Z (over 9 years ago)
- Last Synced: 2025-06-09T19:49:28.926Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
Grunt init template generator.
Boilerplate to generate grunt init plugins that will generate grunt projects.
This work is based in [Backbone Boilerplate framework tool](https://github.com/backbone-boilerplate/grunt-bbb) from [Tim Branyen](https://github.com/tbranyen)
## Getting Started ##
#### Install this [Grunt](https://github.com/cowboy/grunt) plugin with: ####
``` bash
$ npm install -g grunt-init-plugin
```
#### Create a new grunt init template ####
``` bash
$ grunt-init-plugin init
```
Answer the questions
#### Add files to template root folder ####
``` bash
$ /tasks/init/[plugin-name]/root
```
#### To run in development environment ####
``` bash
$ npm link
```
``` bash
$ [plugin-name] init
```
## Release History ##
2012/09/13 - v0.1.0 - Initial release
## License
Copyright (c) 2012 Rodrigo Valerio [@rsvalerio](http://twitter.com/rsvalerio)
Licensed under the MIT license.