seed-rs / seed-quickstart

Bare essentials to start a Seed app.
https://seed-rs.org/
101 stars 28 forks source link

use cargo generate for templating #30

Closed drmason13 closed 4 years ago

drmason13 commented 4 years ago

Cargo generate is a cargo subcommand for templating new projects.

Integrating with it should only require a few changes to cargo.toml and then anyone who uses cargo-generate will be happy :) I'd like to make a pull request for these.

Example usage of cargo generate to use this quickstart:

cargo generate --git https://github.com/seed-rs/seed-quickstart --name my-new-seed-project