create-cloak-package
v1.2.2
Published
Scaffolds a package intended for re-use in Cloak apps.
Downloads
3
Readme
create-cloak-package
Scaffolds a package intended for re-use in Cloak apps. See Cloak Package Approach for more info.
Usage
From the directory you want to create the new Cloak app:
yarn create cloak-package
This will ask you a couple of questions, copy files from the template, init a new git repo, and run initial install commands. This incluces setting up a demo Cloak project that you can use to develop your package with.
Contributing
- Run
yarn sao ./ ~/Desktop/cloak-package
to test. - Track the changes you make to that instance using the git repo that was automatically set up.
- Replay those changes (manually, unless someone has some git brilliance to share), back onto the /template directory as part of a PR.