# 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](https://github.com/vtsvang/vivid-builder/issues/new) please.

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