Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.88 KB

Development Bootstrapper Project

Build Status NPM Release Package Size Github Issues AWS CDK Dootstrapper stars

Creates a CD (Continuous delivery/deployment) pipeline to declaratively deploy to multiple environments.

Getting Started [Internal Use Only]

This getting started section contains information on how to get started for developing dootstrapper

Prerequisites

  • node (>=10.15 <12.14>)

Environment

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

Installing

npm install

Installing all packages

npm run install:all

Building

npm run build

Testing

npm run test

Adding New Dependency

Adding Runtime Dependency

Run time dependencies must be added to root package.json as well in package.json for given package

Adding Dev Dependency

All Dev Deps must only be added to root package.json, and internal BUILD targets to use it by referencing it via @npm//