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
70
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-fabricator
Notes
JavaScript linting is temporarily disabled for now until ESLint integration has been completed.