Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladtsf/vivid-builder

Simple JavaScript packages builder
https://github.com/vladtsf/vivid-builder

Last synced: 12 days ago
JSON representation

Simple JavaScript packages builder

Awesome Lists containing this project

README

        

# 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]

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 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.