Open-source project generator for webkool. Module manager and application launcher
npm install -g webkool-builder
wkb [options]
options:
- --create [name] create a new webkool project
- --add [name] add a new module on the project
- --remove [name] remove the module
- --list list installed modules
- --available list available modules
- --build build the project
- --start start application
- --stop stop application
- --info get project relative information
- --help quick help
0.1.0:
- initial commit
- basic options: create, add, remove, list, available, build, start, stop, info and help
- module manager