0.2.0 • Published 3 years ago

@jyfti/engine v0.2.0

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Jyfti

License Build Code Coverage Version

Jyfti is a project for building, running and sharing workflows easily.

  • Json-based — Workflows are just JSON files. They can be checked into source control and compared via diffing tools.

  • Validation with json schema — Workflows adhere to a JSON schema. That way common editors are able to provide auto-completion and validation. Workflow inputs and environments can be specified to adhere to a json schema, enabling validation and prompting for inputs in CLI.

  • Execute anywhere — Jyfti is stateless by default. This allows local execution, easy sharing of workflows and reproduction of issues in other environments like CI servers.

  • Step-by-step execution — Unsure what's going on in your workflow? Jyfti can execute workflows step-by-step giving you the ability to debug a workflow and giving a CI server the ability to stay in control.

Quickstart

$ npm install -g @jyfti/cli
$ jyfti --help

Usage

Visit the online documentation of Jyfti.

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago