https://github.com/acuccoder/wasd
a package manager
https://github.com/acuccoder/wasd
Last synced: 6 months ago
JSON representation
a package manager
- Host: GitHub
- URL: https://github.com/acuccoder/wasd
- Owner: acuccoder
- Created: 2025-08-31T17:30:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T23:07:46.000Z (6 months ago)
- Last Synced: 2025-09-06T01:10:24.365Z (6 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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