https://github.com/aspizu/backpack
dead simple package manager for goboscript
https://github.com/aspizu/backpack
goboscript
Last synced: 4 months ago
JSON representation
dead simple package manager for goboscript
- Host: GitHub
- URL: https://github.com/aspizu/backpack
- Owner: aspizu
- Created: 2025-07-09T22:51:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T23:02:17.000Z (12 months ago)
- Last Synced: 2025-08-10T15:01:08.358Z (11 months ago)
- Topics: goboscript
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Declare requirements in `goboscript.toml`
```toml
[requirements]
reponame = "username/reponame==1.*.*"
```
Run `backpack` to lock & install them into the `backpack/` directory.
Commit `backpack-lock.json` to version control.
Include library code from the `backpack/` directory.
```
%include backpack/username/reponame/mylibrary
```