# feathercore-build

> A helper for common tasks to build feathercore modules'

Latest version **0.5.4** (published 2018-06-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install feathercore-build
pnpm add feathercore-build
yarn add feathercore-build
bun add feathercore-build
```

## 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.5.4 |
| Published | 2018-06-11 |
| First published | 2018-06-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 24 |
| Unpacked size | 14.8 KB |
| Known vulnerabilities | 0 (+7 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | bushstar |
| Keywords | feathercore |

## Links

- npm: https://www.npmjs.com/package/feathercore-build
- Repository: https://github.com/FeatherCoin/feathercore-build
- Issues: https://github.com/FeatherCoin/feathercore-build/issues
- npm.io page: https://npm.io/package/feathercore-build

## Dependencies (24)

- [brfs](https://npm.io/package/brfs.md) ^1.2.0
- [chai](https://npm.io/package/chai.md) ~1.10.0
- [gulp](https://npm.io/package/gulp.md) ^3.8.10
- [zuul](https://npm.io/package/zuul.md) 1.16.3
- [karma](https://npm.io/package/karma.md) ^0.12.28
- [mocha](https://npm.io/package/mocha.md) ^2.0.1
- [plato](https://npm.io/package/plato.md) ^1.3.0
- [lodash](https://npm.io/package/lodash.md) ^2.4.1
- [gulp-git](https://npm.io/package/gulp-git.md) ^0.5.5
- [istanbul](https://npm.io/package/istanbul.md) ^0.3.5
- [gulp-bump](https://npm.io/package/gulp-bump.md) ^0.1.11
- [gulp-util](https://npm.io/package/gulp-util.md) =3.0.1
- [browserify](https://npm.io/package/browserify.md) ~13.1.0
- [gulp-mocha](https://npm.io/package/gulp-mocha.md) ^2.0.0
- [gulp-shell](https://npm.io/package/gulp-shell.md) ^0.2.10
- [gulp-jshint](https://npm.io/package/gulp-jshint.md) ^1.9.0
- [gulp-rename](https://npm.io/package/gulp-rename.md) ^1.2.0
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^1.0.2
- [karma-mocha](https://npm.io/package/karma-mocha.md) ^0.1.9
- [run-sequence](https://npm.io/package/run-sequence.md) ^1.0.2
- [gulp-coveralls](https://npm.io/package/gulp-coveralls.md) ^0.1.3
- [karma-chrome-launcher](https://npm.io/package/karma-chrome-launcher.md) ^0.1.8
- [karma-detect-browsers](https://npm.io/package/karma-detect-browsers.md) ^2.0.0
- [karma-firefox-launcher](https://npm.io/package/karma-firefox-launcher.md) ^0.1.4

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.5.4 (latest) — 2018-06-11

## README

# feathercore-build

A helper to add tasks to gulp.

## Getting started

Install with:

```sh
npm install feathercore-build
```

and use and require in your gulp file: 

```javascript
var gulp = require('gulp');
var feathercoreTasks = require('feathercore-build');

feathercoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);
```

### Notes

* There's no default task to allow for each submodule to set up their own configuration
* If the module is node-only, avoid adding the browser tasks with:
```javascript
var feathercoreTasks = require('feathercore-build');
feathercoreTasks('submodule', {skipBrowsers: true});
```

## License

Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).

Copyright 2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2018 The Feathercoin Core Developers

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