# gobble

> The last build tool you'll ever need

Latest version **0.12.0** (published 2016-11-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install gobble
pnpm add gobble
yarn add gobble
bun add gobble
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.12.0 |
| Published | 2016-11-27 |
| First published | 2014-08-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 19 |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 330 |
| Author | Rich Harris |
| Maintainers | ivansanchez, rich_harris |
| Keywords | gobble |

## Links

- npm: https://www.npmjs.com/package/gobble
- Repository: https://github.com/gobblejs/gobble
- Homepage: https://github.com/gobblejs/gobble#readme
- Issues: https://github.com/gobblejs/gobble/issues
- npm.io page: https://npm.io/package/gobble

## Dependencies (19)

- [crc](https://npm.io/package/crc.md) ^3.4.0
- [glob](https://npm.io/package/glob.md) ~7.0.3
- [mime](https://npm.io/package/mime.md) ^1.3.4
- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [mkdirp](https://npm.io/package/mkdirp.md) ~0.5.1
- [rimraf](https://npm.io/package/rimraf.md) ~2.5.2
- [sander](https://npm.io/package/sander.md) ^0.5.0
- [resolve](https://npm.io/package/resolve.md) ^1.1.7
- [sorcery](https://npm.io/package/sorcery.md) ^0.9.3
- [tiny-lr](https://npm.io/package/tiny-lr.md) ~0.2.1
- [chokidar](https://npm.io/package/chokidar.md) ^1.5.0
- [debounce](https://npm.io/package/debounce.md) ^1.0.0
- [minimatch](https://npm.io/package/minimatch.md) ~3.0.0
- [findup-sync](https://npm.io/package/findup-sync.md) ~0.4.0
- [graceful-fs](https://npm.io/package/graceful-fs.md) ~4.1.3
- [eventemitter2](https://npm.io/package/eventemitter2.md) ^1.0.1
- [require-relative](https://npm.io/package/require-relative.md) ~0.8.7
- [promise-map-series](https://npm.io/package/promise-map-series.md) ~0.2.2
- [source-map-support](https://npm.io/package/source-map-support.md) ^0.4.0

## Recent versions

- 0.12.0 (latest) — 2016-11-27
- 0.11.3 — 2016-04-26
- 0.11.2 — 2016-04-26
- 0.11.1 — 2016-04-25
- 0.11.0 — 2016-04-23
- 0.10.2 — 2015-05-21
- 0.10.1 — 2015-05-07
- 0.10.0 — 2015-05-06
- 0.9.3 — 2015-05-06
- 0.9.2 — 2015-04-22
- 0.9.1 — 2015-04-22
- 0.9.0 — 2015-04-21
- 0.8.1 — 2015-04-21
- 0.8.0 — 2015-04-15
- 0.7.14 — 2015-04-09
- … 54 more at https://npm.io/package/gobble/versions

## 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.

---
_Source: https://npm.io/package/gobble · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
