diff options
| author | Fuwn <[email protected]> | 2024-10-10 18:21:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-10 18:21:48 -0700 |
| commit | 0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd (patch) | |
| tree | ee1000ec8521b2964179f213998c59a30909414e /README.md | |
| download | yae-0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd.tar.xz yae-0c8e85d61f7cad99f4c0a7241d0a8b9442a6fddd.zip | |
feat: initial release
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b553591 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# 🦖 Wiene + +Wiene is a simple dependency manager for use with Nix, similar to [niv](https://github.com/nmattia/niv/) +and [`npins`](https://github.com/andir/npins/). + +I made it to solve my own problems, but I hope it can help you too. + +Try it out without installing anything permanently by running +`nix run github:Fuwn/wiene`! + +## Installation + +Follow the installation instructions at [Tsutsumi](https://github.com/Fuwn/tsutsumi). + +## `--help` + +```text +NAME: + wiene - Nix Dependency Manager + +USAGE: + wiene [global options] command [command options] + +DESCRIPTION: + Nix Dependency Manager + +AUTHOR: + Fuwn <[email protected]> + +COMMANDS: + update Update one or all sources + drop Drop a source + add Add a source + help, h Shows a list of commands or help for one command + +GLOBAL OPTIONS: + --sources value Sources path (default: "./sources.json") + --help, -h show help + +COPYRIGHT: + Copyright (c) 2024-2024 Fuwn +``` + +## Licence + +This project is licensed with the [GNU General Public License v3.0](./LICENSE.txt). |