Skip to content

MercerWeiss/bitcore-build-komodo

This branch is 2 commits ahead of SuperNETorg/bitcore-build-komodo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

kmd block explorer accountkmd block explorer account
kmd block explorer account
and
kmd block explorer account
May 13, 2018
4093073 · May 13, 2018

History

93 Commits
Jan 13, 2015
Jan 9, 2015
Jan 8, 2017
Jan 8, 2017
Jan 8, 2017
Apr 27, 2015
May 13, 2018

Repository files navigation

bitcore-build-komodo

A helper to add tasks to gulp.

Getting started

Install with:

npm install bitcore-build-komodo

and use and require in your gulp file:

var gulp = require('gulp');
var bitcoreTasks = require('bitcore-build-komodo');

bitcoreTasks('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:
var bitcoreTasks = require('bitcore-build-komodo');
bitcoreTasks('submodule', {skipBrowsers: true});

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%