Use yarn or npm to install.
$ npm install @opencdk8s/cdk8s-argo-rollout$ yarn add @opencdk8s/cdk8s-argo-rollout$ pip install cdk8s-argo-rollout-
Fork (link)
-
Bootstrap the repo:
yarn install # installs dependencies npx projen -
Development scripts:
Command Description yarn compileCompiles typescript => javascript yarn watchWatch & compile yarn testRun unit test & linter through jest yarn test -uUpdate jest snapshots yarn run packageCreates a distwith packages for all languages.yarn buildCompile + test + package yarn bumpBump version (with changelog) based on [conventional commits] yarn releaseBump + push to master -
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)