The template that is generated by this CLI is based on the this repo: https://code.ldschurch.org/stash/scm/react/component-template.git.
To add releases to the CLI, download them to the releases directory and rename it <major>.<minor>.<path>.zip
, eg (2.0.0.zip
).
To modify this CLI:
- fork off the master branch.
- make your changes
- submit a pull request back to the
master
branch of this repo