# ioncore-build

> A helper for common tasks to build ioncore modules'

Latest version **0.9.0** (published 2017-08-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install ioncore-build
pnpm add ioncore-build
yarn add ioncore-build
bun add ioncore-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.9.0 |
| Published | 2017-08-05 |
| First published | 2017-08-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 24 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | rdewilde |
| Keywords | ioncore |

## Links

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

## Dependencies (24)

- [brfs](https://npm.io/package/brfs.md) ^1.4.3
- [chai](https://npm.io/package/chai.md) ^3.5.0
- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [zuul](https://npm.io/package/zuul.md) ^3.11.1
- [karma](https://npm.io/package/karma.md) ^1.5.0
- [mocha](https://npm.io/package/mocha.md) ^3.2.0
- [plato](https://npm.io/package/plato.md) ^1.7.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [gulp-git](https://npm.io/package/gulp-git.md) ^2.0.1
- [istanbul](https://npm.io/package/istanbul.md) ^0.4.5
- [gulp-bump](https://npm.io/package/gulp-bump.md) ^2.7.0
- [gulp-util](https://npm.io/package/gulp-util.md) ^3.0.8
- [browserify](https://npm.io/package/browserify.md) ^13.1.1
- [gulp-mocha](https://npm.io/package/gulp-mocha.md) ^4.1.0
- [gulp-shell](https://npm.io/package/gulp-shell.md) ^0.6.3
- [gulp-jshint](https://npm.io/package/gulp-jshint.md) ^2.0.4
- [gulp-rename](https://npm.io/package/gulp-rename.md) ^1.2.2
- [gulp-uglify](https://npm.io/package/gulp-uglify.md) ^2.1.0
- [karma-mocha](https://npm.io/package/karma-mocha.md) ^1.3.0
- [run-sequence](https://npm.io/package/run-sequence.md) ^1.2.2
- [gulp-coveralls](https://npm.io/package/gulp-coveralls.md) ^0.1.4
- [karma-chrome-launcher](https://npm.io/package/karma-chrome-launcher.md) ^2.0.0
- [karma-detect-browsers](https://npm.io/package/karma-detect-browsers.md) ^2.2.4
- [karma-firefox-launcher](https://npm.io/package/karma-firefox-launcher.md) ^1.0.1

## Recent versions

- 0.9.0 (latest) — 2017-08-05

## README

# ioncore-build

A helper to add tasks to gulp.

## Getting started

Install with:

```sh
npm install ioncore-build
```

and use and require in your gulp file: 

```javascript
var gulp = require('gulp');
var ioncoreTasks = require('ioncore-build');

ioncoreTasks('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 ioncoreTasks = require('ioncore-build');
ioncoreTasks('submodule', {skipBrowsers: true});
```

## Contributing

See [CONTRIBUTING.md](https://github.com/rdewilde/ioncore) on the main ioncore repo for information about how to contribute.

## License

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

Copyright 2015 BitPay, Inc. ioncore is a trademark maintained by BitPay, Inc.

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