cdkx

CDK bundler

Usage no npm install needed!

<script type="module">
  import cdkx from 'https://cdn.skypack.dev/cdkx';
</script>

README

creating a release

  • commit all changes
  • npm version patch|minor|major
  • ensure private is set to false in package.json before publish NOTE: you need to change it back to true during development with lerna
  • npm publish