workflow icon indicating copy to clipboard operation
workflow copied to clipboard

`create-workflow-resolver`

Open havardh opened this issue 6 years ago • 0 comments

Create the package create-workflow-resolver to initialize a resolver.

It should set up:

  • flows/Example.js with a runnable example
  • Readme.md with a template readme file
  • package.json with the baseline content and example script
  • src/index.js with a base implementation
  • test/unit/index_tests.js file with sample tests for the resolver

Look to create-workflow-home for an example on writing initializers. Look to workflow-resolver-absolute for an example of writing a resolver.

havardh avatar Sep 13 '18 12:09 havardh