Replies: 1 comment 1 reply
-
Hi @nkint — I can't even remember why I checked in that I think you can use it the way you want though by editing the main/root-level Lines 4 to 8 in 6ab7774 After making the change, you'll probably have to run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Karsten,
this is a nooby one 😅 sorry for asking some stupid thing but it's a while I'm not chilling around and I've seen a lot of new changes.
I'm looking for a workflow to create private examples and try new juicy packages...
Note that, of course, it is something I can easily do in a couple of minutes by hand but I'm sure you have an automated way to do it with tools and scripts so I have to miss something.
Let's try to do a fresh new example called
subdivision-from-waveform
.my input:
output:
generating module: examples/subdivision-from-waveform creating /src folder... creating /css folder... writing package.json... writing tsconfig.json... writing vite.config.js... writing index.html... writing README.md... refreshing monorepo index... ➤ YN0000: · Yarn 4.2.2 ➤ YN0000: ┌ Resolution step ➤ YN0000: └ Completed ➤ YN0000: ┌ Fetch step ➤ YN0000: └ Completed ➤ YN0000: ┌ Link step ➤ YN0000: └ Completed ➤ YN0000: · Done in 0s 499ms DONE
my input:
umbrella git:(develop)$ mv examples/subdivision-from-waveform examples-private umbrella git:(develop)$ cd examples-private/subdivision-from-waveform subdivision-from-waveform git:(develop)$ yarn start
output:
Beta Was this translation helpful? Give feedback.
All reactions