Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 356 Bytes

File metadata and controls

17 lines (13 loc) · 356 Bytes

CordJS Framework Build and Development Tool

CLI tools for CordJS developers.

  • build CordJS project
  • run CordJS server in development mode (with auto-rebuild-restart)
  • optimize files (merge and minify) before production deployment
npm install -g cordjs

cordjs --help

cordjs build --help
cordjs run --help
cordjs optimize --help