Skip to main content

🚀 Quick start

  1. Install jko:
$ npm install -g jko
  1. Confirm that the jko is installed correctly and check out the available options.:
$ jko --help
  1. List available scripts defined in the jko.js file (or in package.json):
$ jko
  1. Run one of your scripts:
$ jko yourScript arg1 ... argN
Was this content valuable?