Is there any npm equivalent to "yarn corde init"? #1318
-
So I've been wanting to use this package for a while and I've been scouring through the documentation but I don't see any equivalent to running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @itsariadust! You can install corde globally and then call corde init <fileExtension> Or install locally and call with npx corde init <fileExtension> Sorry for missing documentation about it. I gonna put it. Feel free to add it by yourself if you want! |
Beta Was this translation helpful? Give feedback.
Hi @itsariadust! You can install corde globally and then call
Or install locally and call with
npx
Sorry for missing documentation about it. I gonna put it. Feel free to add it by yourself if you want!