gulp-fabricator
v1.2.6
Published
A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.
Downloads
91
Readme
Gulp Fabricator
A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.
Usage
const fabricator = require("gulp-fabricator");
fabricator.setup({
name: "Example Module",
type: "Module",
tasks: ["JavaScript"],
build: {
transformation: "UMD"
}
});Installation
To install this module:
npm install --save-dev gulp-fabricatorNotes
JavaScript linting is temporarily disabled for now until ESLint integration has been completed.
