Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/popomore/grunt-init-command
- Owner: popomore
- Created: 2013-04-18T22:29:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T09:39:40.000Z (about 11 years ago)
- Last Synced: 2024-10-16T21:23:18.756Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```