Skip to main content

Setup and Configure

Nova supports three starting paths. Use the runner for a one-off, install into system, or install into project for presets and toolkits you can commit with.

Requirements

  • Node.js LTS
  • Node Package Manager (npm)
Quick Check

Run this command below to check the installed versions of your Node.js, package managers, operating system, installed browsers, and other dev tools directly:

npx --yes @cbnventures/nova@latest utility version

Choose Your Path

Choose Run once (npx) to try Nova or make a one-off change, Install into system, or Install into project to use preset configs and run commands any time.

info

If you wish, you can install Nova globally (into the system) and locally (into the project) at the same time. They will not conflict with each other.

View the built-in help from the command below, or see CLI.

npx --yes @cbnventures/nova@latest

Next Steps

  • See CLI for generators and project scaffolding.
  • See Presets to choose ESLint and TSConfig scenarios.
  • See Toolkit for batteries-included dev tools.