bowboosh-tools
v1.0.8
Published
Utilities for bowboosh boilerplate
Downloads
2
Readme
Table of Contents generated with DocToc
#Bowboosh Tools
:warning: Work in progress
Setup
use npm install --save-dev bowboosh-tools
Usage
Require and init as following :
tools = require( 'bowboosh-tools' );
tools.init( gulp, config, package, bower );
Methods
Then you can use tools.spy
, tools.stringSrc
, tools.errorHandler
, tools.throwError
methods and access to tools.banner
property.