Skip to content

caspervonb/node-compiler_process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-compiler_process

INSTALLATION

$ npm install compiler_process

USAGE

var compiler = require('compiler_process');

var args = compiler.options('webpack', {
  watch: true,
  outfile: 'output.js'
}).concat('input.js');

compiler.spawn('webpack', args, function(error, ps) {
  console.log('watching for file changes...');
});

DOCUMENTATION

See the manuals.

SUPPORT

  • If you need help, ask in the chat.
  • If you found a bug, submit an issue.
  • If you have an idea, submit an issue.
  • If you’d like to ask a general question, issue.
  • If you want to contribute, submit a pull request.

RELEASES

See the changelog.

LICENSE

The project is licensed under the MIT License.

About

Uniform compiler process creation

Resources

License

Stars

Watchers

Forks

Packages

No packages published