Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gruntjs/grunt-next
Grunt v1.0 alpha
https://github.com/gruntjs/grunt-next
Last synced: about 2 months ago
JSON representation
Grunt v1.0 alpha
- Host: GitHub
- URL: https://github.com/gruntjs/grunt-next
- Owner: gruntjs
- Created: 2014-02-07T23:43:54.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T15:03:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T05:53:07.371Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 84
- Watchers: 9
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grunt
> v1.0 alpha### Install
1. Clone repo.
2. From repo dir: `sudo npm link`
2. From project to test: `npm link grunt-next`
3. run `gn`### Powered by:
* [liftoff] - cli handling
* [orchestrator] - task orchestration
* [expander] - template powered configurations
* [configfiles] - extract files from configurations using [globule][liftoff]: http://github.com/tkellen/node-liftoff
[orchestrator]: http://github.com/robrich/orchestrator
[expander]: http://github.com/tkellen/node-expander
[configfiles]: http://github.com/tkellen/node-configfiles
[globule]: http://github.com/cowboy/node-globule