Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobblejs/gobble
The last build tool you'll ever need
https://github.com/gobblejs/gobble
Last synced: 10 days ago
JSON representation
The last build tool you'll ever need
- Host: GitHub
- URL: https://github.com/gobblejs/gobble
- Owner: gobblejs
- Created: 2014-08-15T20:44:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T16:14:02.000Z (about 5 years ago)
- Last Synced: 2024-10-05T21:05:00.180Z (about 1 month ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 333
- Watchers: 12
- Forks: 20
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# gobble [![Travis Build Status][travis-img]][travis]
[travis-img]: https://api.travis-ci.org/gobblejs/gobble.svg
[travis]: https://travis-ci.org/gobblejs/gobblejs**the last build tool you'll ever need**
## Quick start
Install [gobble-cli](https://github.com/gobblejs/gobble-cli)...
```bash
npm install -g gobble-cli
```...then [create a gobblefile.js build definition](https://github.com/gobblejs/gobble/wiki/How-to-write-a-gobblefile) in your project's root directory. Then, run gobble:
```bash
gobble
```## Why another build tool?
There are many good reasons! [Here are a few.](https://github.com/gobblejs/gobble/wiki/Why-another-build-tool%3F)
## Docs
* [How to write a gobblefile](https://github.com/gobblejs/gobble/wiki/How-to-write-a-gobblefile)
* [API reference](https://github.com/gobblejs/gobble/wiki/API-reference)## Plugins
Search for 'gobble' on npm to find plugins: https://www.npmjs.org/search?q=gobble
## Caveats
Gobble is still in active development, and may not be ready for primetime yet - APIs may change, and huge swathes of documentation are currently missing. Bear with me!
## License
MIT Licensed. Copyright 2014 Rich Harris.