Skip to content

Set up the development environment

nimble-wiki-bot edited this page Aug 31, 2023 · 1 revision

Dependencies and Prerequisites

  • Node.js 12.x or higher - 18.x LTS is recommended
  • NPM is preferred to use with this project

Install dependencies

npm install

Run the CLI locally

The CLI supports the following commands:

  1. generate - to generate a new Terraform project
bin/dev generate {project-name}
  1. install - to install a new addon/module to an existing Terraform project
bin/dev install {addon-name} --project {project-name}