Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (39 loc) · 769 Bytes

CONTRIBUTING.md

File metadata and controls

56 lines (39 loc) · 769 Bytes

CONTRIBUTING

If you need to customize/fix/contribute to this jsii construct here is the doc:

TL;DR for JS/TS CDK app

npx projen && npx projen build && npx projen package:js

you end up with a tgz package into dist folder importable into your cdk app with the following lines in your package.json

"dependencies": {
...
    "aws-bootstrap-kit": "file:../../dist/js/[email protected]",
...
  }

init

npx projen

build and test

The build script will compile to JSii and generate the API doc into API.md

npx projen build
npx projen test

Package

Package JS only

npx projen package:js

All

npx projen package

Bump version

npx projen release