docs: add missed packages to readme
This commit is contained in:
parent
0b9a39026b
commit
51561585a8
1 changed files with 13 additions and 3 deletions
14
README.md
14
README.md
|
@ -14,13 +14,13 @@ nix build git+https://git.pleshevski.ru/mynix/tools#<name>
|
||||||
## As one-time executable application
|
## As one-time executable application
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix run git+https://git.pleshevski.ru/mynix/tools#<name>
|
nix run git+https://git.pleshevski.ru/mynix/tools\?submodules=1#<name>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using nix-profile
|
## Using nix-profile
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix profile install git+https://git.pleshevski.ru/mynix/tools#<name>
|
nix profile install git+https://git.pleshevski.ru/mynix/tools\?submodules=1#<name>
|
||||||
```
|
```
|
||||||
|
|
||||||
## As overlay for your flake
|
## As overlay for your flake
|
||||||
|
@ -51,13 +51,23 @@ nix profile install git+https://git.pleshevski.ru/mynix/tools#<name>
|
||||||
_D2 is a modern diagram scripting language that turns text to diagrams._
|
_D2 is a modern diagram scripting language that turns text to diagrams._
|
||||||
|
|
||||||
References:
|
References:
|
||||||
|
|
||||||
- [https://d2lang.com](https://d2lang.com)
|
- [https://d2lang.com](https://d2lang.com)
|
||||||
- [https://github.com/terrastruct/d2](https://github.com/terrastruct/d2)
|
- [https://github.com/terrastruct/d2](https://github.com/terrastruct/d2)
|
||||||
- [https://github.com/terrastruct/TALA](https://github.com/terrastruct/TALA)
|
- [https://github.com/terrastruct/TALA](https://github.com/terrastruct/TALA)
|
||||||
|
|
||||||
Packages:
|
Packages:
|
||||||
|
|
||||||
- **d2**: Base d2 cli tool
|
- **d2**: Base d2 cli tool
|
||||||
- **d2-full** (**UNFREE**): Full d2 cli tool with d2plugin-tala
|
- **d2-full** (**UNFREE**): Full d2 cli tool with d2plugin-tala
|
||||||
- **d2plugin-tala** (**UNFREE**): A diagram layout engine designed specifically
|
- **d2plugin-tala** (**UNFREE**): A diagram layout engine designed specifically
|
||||||
for software architecture diagrams
|
for software architecture diagrams
|
||||||
|
- **wd2**: A wrapper over d2 which allows to use additional configs from d2 file
|
||||||
|
|
||||||
|
# FawltyDeps
|
||||||
|
|
||||||
|
_Python dependency checker._
|
||||||
|
|
||||||
|
References:
|
||||||
|
|
||||||
|
- [https://github.com/tweag/FawltyDeps](https://github.com/tweag/FawltyDeps)
|
||||||
|
|
Loading…
Reference in a new issue