📄️ jko.js
jko.js defines the ecosystem for running tasks.
📄️ Run Scripts
Using the jko, you can execute any standard script defined in jko.js, package.json or in any other file.
🗃️ Function Scripts
With jko, you can easily create and execute Function scripts
📄️ Environment
With each execution, jko creates an Independent environment—an entirely new instance that derives from either the system environment or the parent process environment.
📄️ Install dependencies
jko allows you to install dependencies and devDependencies.
📄️ Split Definitions
What about splitting `scripts` and `dependencies`?
🗃️ Declarative Syntax
Understanding Declarative jko Syntax
📄️ Options
envFile, logLevel
📄️ CLI Options
jko provides a set of options that allow you to configure the process's input and output, including: