Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/grunt-init-command

Commonjs template for command
https://github.com/popomore/grunt-init-command

Last synced: about 2 months ago
JSON representation

Commonjs template for command

Awesome Lists containing this project

README

        

# grunt-init-command

> Commonjs template for command

-----

## Install

Install [grunt-init](http://gruntjs.com/project-scaffolding) first

```
$ npm install grunt-init -g
```

Then clone this repo

```
git clone https://github.com/popomore/grunt-init-command.git ~/.grunt-init/command
```

## Usage

```
$ grunt-init command
```

If use spm-init

```
$ spm-init --install popomore/grunt-init-command
$ spm-init command
```