Skip to content

Adding Packages

๐Ÿ“ Detailed guide coming soon.

Quick Steps

  1. Create package repository
  2. Add to wrknv.toml:
    [[siblings]]
    name = "new-package"
    path = "../new-package"
    repo = "https://github.com/provide-io/new-package.git"
    
  3. Add to bootstrap.sh and setup.sh
  4. Re-run setup:
    ./scripts/bootstrap.sh
    ./scripts/setup.sh
    

See Also