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

https://github.com/acuccoder/wasd

a package manager
https://github.com/acuccoder/wasd

Last synced: 6 months ago
JSON representation

a package manager

Awesome Lists containing this project

README

          

# wasd

it's a package manager.

it does stuff.

## usage

```shell
$ wasd sync
$ wasd search pkg
$ wasd install pkg-name
```

### publishing a package

```shell
$ wasd publish pkg-name-1.0.0 --repo-dir ./repo --repo-base https://repo-url.com/
```

For example,

`./wasd publish hello-bin-1.0.0 --repo-dir ./repo --repo-base http://localhost:8080z`

deps

- a relatively new version of python3
- internet access