Skip to content
Kitsy Docs Open CNOS

Getting Started

Getting Started

CNOS has three primary surfaces:

  • @kitsy/cnos for the default runtime singleton
  • @kitsy/cnos/configure for explicit runtime creation
  • @kitsy/cnos-cli for project setup, inspection, export, and workflow commands

Recommended path:

  1. Install the CLI and runtime.
  2. Run cnos init.
  3. Define a few values.
  4. Use cnos run or import cnos in app code.

Continue with: