0.0.4 • Published 4 years ago

@updraft/templates v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Cloud Development Kit (CDK) modules - Easy access to scalable cloud infrastructure for all developers

Getting started with your own updraft module

If you want to start building an updraft module, you can simply use one of the templates from this folder.

Get started with building a custom updraft module:

  • Install the updraft cli:
    npm install --global @updraft/cli
  • Install the typescript-starter template:
    updraft templates @updraft/templates typescript-starter
  • Happy Hacking!

Once you've finished your updraft component, we'd love for you to submit it as a PR.