An open API service indexing awesome lists of open source software.

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

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
```