0.1.8 • Published 10 years ago

webkool-builder v0.1.8

Weekly downloads
1
License
Apache License 2....
Repository
-
Last release
10 years ago

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