generated from puria/README
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: chains are in yaml format (#11)
* chore: add yaml package * feat: first introduction of yaml chains support for js functions is still missing * chore: update cspell list * feat: remove json support in favour of yaml in input steps Create some utiliy to parse the js functions, next should be to implmenet the runShellCommand function and improve typings * test: move chain from json to yaml * chore: install execa * feat: add possiblity to exec shell commands onBefore and onAfter improve also checking on getDataOrKeys that now accepts also object in input such that it will be easier for the user to use keys and data fields in yaml format * test: add test for shell commands onBefore and onAfter * refactor: move types to types.ts file * build: change to esnext in tsconfig * docs: update README.md * fix: add missing await improve also returned error from execution of js function onBefore and onAfter * test: add some failing tests * refactor: remove some old part of code * docs: fix example in the README * fix: try to support json and yaml chains⚠️ WIP * fix: use common interface for json and yaml chain to resolve type issue problem * test: reactivate old json chain tests
- Loading branch information
1 parent
e2bf800
commit 5301863
Showing
10 changed files
with
849 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.