cmdclean
v0.2.11
Published
A build tool that converts CMD code to standard JavaScript.
Downloads
107
Readme
cmdclean
A build tool that converts CMD code to standard JavaScript.
Install
$ npm install cmdcleanUsage
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.
