Skip to content

Adding Packages

๐Ÿ“ Detailed guide coming soon.

๐Ÿค– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

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