@mixer/cdk-quickstart-publisher
v1.0.3
Published
This is a helper script to publish quickstarts for cdk. Used internally within Mixer.
Downloads
5
Keywords
Readme
cdk-quickstart-publisher
This is a helper script to publish quickstarts for cdk. Used internally within Mixer.
How to use
npm i -g @mixer/cdk-quickstart-publisher
- Set your
AZURE_STORAGE_CONNECTION_STRING
environment variable appropriately.direnv
is super useful for this. - Create a
.cdk-quickstart
file in your project that exports a list of file rules. Here's an example. npm install -g @mcph/cdk-quickstart-publisher
- Run
cdk-quickstart-publisher
to do the thing!