Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vladtsf/vivid-builder
- Owner: vladtsf
- Created: 2011-12-03T12:22:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T17:55:20.000Z (over 12 years ago)
- Last Synced: 2025-01-03T03:36:06.552Z (29 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.