create-baker
v0.2.0
Published
Camunda Baker project scaffold generator
Downloads
9
Maintainers
Readme
Create Baker
Easily scaffold your Camunda Baker project with a minimal setup.
How to use
Just open your terminal, run the command below and follow the prompts.
npm create baker@latest
# or
yarn create baker
Scaffold
After follow the prompts will be generated a minimal project structure, with a few sample files that demonstrates the usage of Camunda Baker CLI. If you want more information about setup and the CLI resources just go to Camunda Baker.
Attention! Don't forget to install npm dependencies before start using the project, run
npm install
after generate the scaffold.