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

๐Ÿš€๏ธ Development Tools Bootstrapper ๐Ÿš€๏ธ

Notifications You must be signed in to change notification settings

NextFaze/dootstrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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//