Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cargo-generate with wasm-pack new --template #214

Open
jonknapp opened this issue Mar 28, 2020 · 0 comments · Fixed by nchrisr/rust-wasm-book#1 · May be fixed by #315
Open

Replace cargo-generate with wasm-pack new --template #214

jonknapp opened this issue Mar 28, 2020 · 0 comments · Fixed by nchrisr/rust-wasm-book#1 · May be fixed by #315

Comments

@jonknapp
Copy link

It appears that wasm-pack's new command can start a project from an existing template and we no longer need to depend on "cargo-generate" as a setup step in the book. If they are functionally equivalent, updating the docs can reduce setup time, complexity, and reliance on extra setup dependencies that could break over time.

Would you be open to a PR that replaces cargo-generate with wasm-pack's --template instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment