webkool-builder

0.1.8 • Public • Published

Webkool Builder


Open-source project generator for webkool. Module manager and application launcher

Install

npm install -g webkool-builder

Usage

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
  • --reload stop, rebuild and restart application
  • --client specify the target (only for --start and --reload)
  • --version print the current version of webkool-builder
  • --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

0.1.5:

  • patch missing modules
  • exports use at client side

0.1.6:

  • option --version (-v), print current version
  • option --rebuild (-r), stop + build + start

0.1.7:

  • option --client, start and reload only for the client
  • use color
  • fix actions sync

0.1.8:

  • fix --start or --reload failed when process terminate
  • server logs are written to console

Package Sidebar

Install

npm i webkool-builder

Weekly Downloads

0

Version

0.1.8

License

Apache License 2.0

Last publish

Collaborators

  • webkool_dev