split init
command into init
and build
#188
Labels
help wanted
Extra attention is needed
PR attached
there's a PR open for this issue
priority
question
Further information is requested
to-do
stuff that needs to happen, so plz do it k thx
Milestone
we've been packing (pun intended) a ton of stuff into the
init
command. this has the benefit of being a one-stop shop, but as we've seen with the intro of the--mode
flag it's a lot harder to customize, and for those who use wasm-pack as a build tool, a single command that does everything is not really what folks want. for 0.5.0 let's break outinit
into ainit
andbuild
command.strawman proposal:
init
becomes whatinit --mode no-build
is nowbuild
is everything--mode no-build
skips, build should have a--no-installs
flagthoughts?
The text was updated successfully, but these errors were encountered: