@villedemontreal/workit-cli
v5.0.2
Published
cli for workit project. Handy tools.
Downloads
5
Keywords
Readme
WorkIt CLI
✨Extensible worker for Node.js that work with both Zeebe and Camunda BPM platforms powered by TypeScript ✨
Installing
npm i workit-cli
This generator will help you during your development with workit-camunda
. It provides handy tools.
Install a fresh new project
workit init
Generate tasks from your existing BPMN
workit create task --file /your/path.bpmn
Generate new task
workit create task
We use SemVer for versioning. For the versions available, see the tags on this repository.
Useful links
- Get started in 2 minutes.
- Documentation is available in this folder
- Comprehensive API documentation is available online and in the
docs
subdirectory
Maintainers
See the list of contributors who participated in this project.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
- Josh Wulf - zeebe-node inspired me during
workit-cli
development