Adding Packages
📝 Detailed guide coming soon.
Quick Steps
- Create package repository
- Add to
wrknv.toml:
[[siblings]]
name = "new-package"
path = "../new-package"
repo = "https://github.com/provide-io/new-package.git"
- Add to
bootstrap.sh and setup.sh
- Re-run setup:
./scripts/bootstrap.sh
./scripts/setup.sh
See Also