Creates a CD (Continuous delivery/deployment) pipeline to declaratively deploy to multiple environments.
This getting started section contains information on how to get started for developing dootstrapper
- node (>=10.15 <12.14>)
Before any npm commands can be executed NPM_TOKEN env must be available to the bash environment, to do this run
export NPM_TOKEN=
or add export NPM_TOKEN=
to .bashrc
npm install
npm run install:all
npm run build
npm run test
Run time dependencies must be added to root package.json
as well in package.json
for given package
All Dev Deps must only be added to root package.json
, and internal BUILD targets to use it by referencing it via @npm//