workflow icon indicating copy to clipboard operation
workflow copied to clipboard

`create-workflow-loader`

Open havardh opened this issue 6 years ago • 0 comments

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

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 which loads the path using node require

Look to create-workflow-home for an example on writing initializers. Look to workflow-loader-babel for an example of writing a loader.

havardh avatar Sep 13 '18 12:09 havardh