Skip to content

A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.

Notifications You must be signed in to change notification settings

nitro404/gulp-fabricator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Fabricator

NPM version Build Status Coverage Status Known Vulnerabilities Dependencies Downloads Install Size Contributors Pull Requests Welcome

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.

About

A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published