1.0.3 • Published 6 years ago

@mixer/cdk-quickstart-publisher v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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!

npm.io