1.0.23 • Published 6 years ago
create-scf-module v1.0.23
SCF Starter kit
Usage:
yarn create scf-module my-scf-module
How to update the starter project
Just copy any scf-module project into templates/.
What about the run/ directory?
Do a yarn build-run-dir in the scf module you created.
But the scf-module project I copied can't do that.
The create-scf-module augmented the contents of the template/.
In package.json, it added the build-run-dir script and devDependency
to @microchip/run-directory.
It also created a .build_run_dir/extract-run-directory.js script.