-
Notifications
You must be signed in to change notification settings - Fork 1
Set up the development environment
nimble-wiki-bot edited this page Aug 31, 2023
·
1 revision
- Node.js 12.x or higher - 18.x LTS is recommended
- NPM is preferred to use with this project
npm install
The CLI supports the following commands:
-
generate
- to generate a new Terraform project
bin/dev generate {project-name}
-
install
- to install a new addon/module to an existing Terraform project
bin/dev install {addon-name} --project {project-name}
Developed by Nimble