workers-factory-rebuild

1.1.3 • Public • Published

workers-factory

A few functions to run builds on front end code. We assume content is a path to a fully built (npm installed) tar.gz.

Install

$ npm install workers-factory --save

Usage

var Factory = require('workers-factory');
 
//
// Run a webpack build
//
Factory.webpack(options, (err, files) => {
  // returns an array of files that were output.
});

Package Sidebar

Install

npm i workers-factory-rebuild

Weekly Downloads

2

Version

1.1.3

License

MIT

Last publish

Collaborators

  • jcrugzz