2.0.4 • Published 8 years ago

alchemist-gulp v2.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

alchemist-gulp

alchemist-gulp is a gulp-registry used for all plugins in the alchemist project. It contains all tasks necessary for building and testing each alchemist plugin. The Registry is for the most part self-documenting so to see a list of available tasks and what they're good for, check out the index.js.

Getting Started

var AlchemistRegistry = require('alchemist-gulp')
var pkg = require('./package.json')

gulp.registry(new AlchemistRegistry({ package: pkg }))