add install commands
This commit is contained in:
parent
c4d14594ce
commit
73996997e5
7 changed files with 42 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
This package contains the strudel code transformer and evaluator.
|
||||
It allows creating strudel patterns from input code that is optimized for minimal keystrokes and human readability.
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm i @strudel.cycles/eval --save
|
||||
```
|
||||
|
||||
## Dev Notes
|
||||
|
||||
shift-traverser is currently monkey patched because its package.json uses estraverse@^4.2.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue