Skip to content

webdesserts/alchemist-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }))

About

A default set of tasks for building alchemist plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published