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

https://github.com/leecade/g

init
https://github.com/leecade/g

Last synced: about 1 year ago
JSON representation

init

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.