@mixer/cdk-quickstart-publisher

This is a helper script to publish quickstarts for cdk. Used internally within Mixer.

Usage no npm install needed!

<script type="module">
  import mixerCdkQuickstartPublisher from 'https://cdn.skypack.dev/@mixer/cdk-quickstart-publisher';
</script>

README

cdk-quickstart-publisher

This is a helper script to publish quickstarts for cdk. Used internally within Mixer.

How to use

  1. npm i -g @mixer/cdk-quickstart-publisher
  2. Set your AZURE_STORAGE_CONNECTION_STRING environment variable appropriately. direnv is super useful for this.
  3. Create a .cdk-quickstart file in your project that exports a list of file rules. Here's an example.
  4. npm install -g @mcph/cdk-quickstart-publisher
  5. Run cdk-quickstart-publisher to do the thing!