From 1441374f6e33655a6738f9eb821b796810b97902 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 13 Sep 2022 22:45:03 +0200 Subject: [PATCH] Create README.md --- packages/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/README.md diff --git a/packages/README.md b/packages/README.md new file mode 100644 index 00000000..5eaa07c6 --- /dev/null +++ b/packages/README.md @@ -0,0 +1,15 @@ +# Packages + +Each folder represents one of the @strudel.cycles/* packages [published to npm](https://www.npmjs.com/org/strudel.cycles). + +To understand how those pieces connect, refer to the [Technical Manual](https://github.com/tidalcycles/strudel/wiki/Technical-Manual) or the individual READMEs. + +This is a graphical view of all the packages: [full screen](https://raw.githubusercontent.com/tidalcycles/strudel/main/dependencies.svg) + +![dependencies](https://raw.githubusercontent.com/tidalcycles/strudel/main/dependencies.svg) + +Generated with + +```sh +npx depcruise --include-only "^packages" -X "node_modules" --output-type dot packages | dot -T svg > dependencygraph.svg +```