paritytech / substrate-up

Scripts for working with new Substrate projects
Apache License 2.0
67 stars 21 forks source link

substrate-module-new should encourage seperate crates #33

Open JoshOrndorff opened 5 years ago

JoshOrndorff commented 5 years ago

Rather than just creating a single file intended to live directly in the runtime of a node, the substrate-module-new command should clone @shawntabrizi 's template repository

shawntabrizi commented 5 years ago

The bigger question I would have is: Can we remove scripts from the entire "getting started" process.

Why not have a set of repositories in the developer hub which can just be cloned and work?

If we want to allow the user to rename their project, we can include that as a script in the repository...

JoshOrndorff commented 5 years ago

I like the way you're thinking about it @shawntabrizi

Renaming is the one sticking point, as you mentioned. I hope to dig deeper into some of these templating solutions mentioned in https://github.com/paritytech/substrate-up/issues/24