workflow
workflow copied to clipboard
`create-workflow-loader`
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 usingnode
require
Look to create-workflow-home
for an example on writing initializers. Look to workflow-loader-babel
for an example of writing a loader.