cmdclean

0.2.11 • Public • Published

cmdclean

NPM version Build Status Coverage Status NPM downloads

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.

/cmdclean/

    Package Sidebar

    Install

    npm i cmdclean

    Weekly Downloads

    20

    Version

    0.2.11

    License

    MIT

    Last publish

    Collaborators

    • sorrycc