cordjs

CordJS Framework Build and Development Tool =========

Usage no npm install needed!

<script type="module">
  import cordjs from 'https://cdn.skypack.dev/cordjs';
</script>

README

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