1.0.23 • Published 5 years ago

create-scf-module v1.0.23

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
-
Last release
5 years ago

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.