https://github.com/bkwld/create-cloak-package
Scaffolds a package intended for re-use in Cloak apps.
https://github.com/bkwld/create-cloak-package
Last synced: over 1 year ago
JSON representation
Scaffolds a package intended for re-use in Cloak apps.
- Host: GitHub
- URL: https://github.com/bkwld/create-cloak-package
- Owner: BKWLD
- License: mit
- Created: 2022-03-23T17:54:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T02:56:07.000Z (about 4 years ago)
- Last Synced: 2025-03-05T10:02:05.054Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: https://bukwild.slab.com/posts/cloak-package-approach-arp4lcrr
- Size: 157 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-cloak-package
Scaffolds a package intended for re-use in Cloak apps. See [Cloak Package Approach](https://bukwild.slab.com/posts/cloak-package-approach-arp4lcrr) 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](./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
1. Run `yarn sao ./ ~/Desktop/cloak-package` to test.
2. Track the changes you make to that instance using the git repo that was automatically set up.
3. Replay those changes (manually, unless someone has some git brilliance to share), back onto the /template directory as part of a PR.