gulch

1.2.0 • Public • Published

Gulch

Common gulp tasks.

Usage

In gulpfile.js:

var gulp = require('gulp');

require('gulch');

gulp.task('default', [ 'test' ]);

Bump

Bump version number:

gulp bump:patch
gulp bump:minor
gulp bump:major

Tag

Tag the release:

gulp tag:patch
gulp tag:minor
gulp tag:major

Publish

Publish to npm:

gulp publish

Release

Bump the version, then tag and publish the release:

gulp release:patch
gulp release:minor
gulp release:major

Test

Run mocha tests:

gulp test

/gulch/

    Package Sidebar

    Install

    npm i gulch

    Weekly Downloads

    1

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • recipher