0.2.11 • Published 10 years ago
cmdclean v0.2.11
cmdclean
A build tool that converts CMD code to standard JavaScript.
Install
$ npm install cmdclean
Usage
var cmdclean = require('cmdclean');
cmdclean(code, opts);
Options
umd
Add umd wrapper, the value of umd will be assigned to window with the entry module.
Thanks to
LISENCE
Copyright (c) 2014 sorrycc. Licensed under the MIT license.