@opencdk8s/cdk8s-argo-rollout
v0.0.14
Published
![Release](https://github.com/opencdk8s/cdk8s-argo-rollout/workflows/Release/badge.svg?branch=master) [![npm version](https://badge.fury.io/js/%40opencdk8s%2Fcdk8s-argo-rollout.svg)](https://badge.fury.io/js/%40opencdk8s%2Fcdk8s-argo-rollout) [![PyPI vers
Downloads
147
Keywords
Readme
cdk8s-argo-rollout
Installation
TypeScript
Use yarn
or npm
to install.
$ npm install @opencdk8s/cdk8s-argo-rollout
$ yarn add @opencdk8s/cdk8s-argo-rollout
Python
$ pip install cdk8s-argo-rollout
Contribution
Fork (link)
Bootstrap the repo:
yarn install # installs dependencies npx projen
Development scripts: |Command|Description |-|- |
yarn compile
|Compiles typescript => javascript |yarn watch
|Watch & compile |yarn test
|Run unit test & linter through jest |yarn test -u
|Update jest snapshots |yarn run package
|Creates adist
with packages for all languages. |yarn build
|Compile + test + package |yarn bump
|Bump version (with changelog) based on [conventional commits] |yarn release
|Bump + push tomaster
Create a feature branch
Commit your changes
Rebase your local changes against the master branch
Create a new Pull Request (use conventional commits for the title please)