vivid-builder

0.0.9 • Public • Published

vivid-builder

Build your javascript projects with vivid-builder.

Getting Started

Install the builder with: npm install vivid-builder

Start using:

console.log('foo')
include('./bar.js')

Usage

vivid-builder [options] <file ...>

Options:
	-h, --help                         output usage information
	-V, --version                      output the version number
	-o, --out [dir]                    Output directory
	-u, --uglify                       Compress with ugilfy.js
	-v, --verbose                      Display building messages
	-i, --include-function <function>  Including function name

Contributing

If you got a crazy idea to improve this, open issue please.

License

Copyright (c) 2012 Vladimir Tsvang Licensed under the MIT license.

/vivid-builder/

    Package Sidebar

    Install

    npm i vivid-builder

    Weekly Downloads

    1

    Version

    0.0.9

    License

    none

    Last publish

    Collaborators

    • vtsvang