WorkflowDomainModels
This package is designed to hold the different models that encompass running a workflow inside of CodeCatalyst. This includes
but may not be limited to the workflow model, workflow triggers, the workflow action structure, the build action, the test
action, the compute action, and the Github action runner action. Overtime these sets of models will grow into a full SDK
that allows users to generate workflow YAML's by just interaction with this package.
Usage
- Define the purpose of the repository if this is going to be a tool, utility, library or a service.
- Provide the instructions on how to consume this repository for the consumers.
Get Started
- Set up your local connection to the NPM repository by following the steps here
Install
Installation on this package is a single command
npm ci
Testing
npm run build
Contact
- Please contact @nickschn or @panteli if you have additional questions, comments, or feature requests