Skip to content

Commit

Permalink
chore(topoconfig): mention symfony config
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 3, 2023
1 parent 860cfde commit 77c6df4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/topoconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The overcomplexity problem seems to have arisen from the fact that we combined r
"b": "<pipeline 2>"
}
```
* Let `pipeline` to compose actions in _natural_ ~~human~~ dev-readable format like CLI: `cmd param > cmd2 param param > ... > cmd3`
* Let `pipeline` to compose actions in natural ~~human~~ dev-readable format like CLI: `cmd param > cmd2 param param > ... > cmd3`
* Let intermediate values be referenced by lateral (bubbling concept) or nested contexts.
```json
{
Expand Down Expand Up @@ -469,6 +469,9 @@ type TCmd = (...opts: any[]) => any
* [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig)
* [node-config](https://github.com/node-config/node-config)
* [uniconfig](https://github.com/qiwi/uniconfig)
* [toposource](https://github.com/semrel-extra/toposource)
* [symfony/config](https://github.com/symfony/config)
* [gookit/config](https://github.com/gookit/config)
## License
[MIT](./LICENSE)

0 comments on commit 77c6df4

Please sign in to comment.