zemse / create-solidity-project

Sets up a raw dependency Solidity project with one npx command.
8 stars 9 forks source link

Allow an option for using a github repository as a template #51

Open zemse opened 3 years ago

zemse commented 3 years ago

Get a github repo as user input, place repo's files as it is and parse it's package json and setup a project. Also configure the yarn/npm scene correctly, if user has yarn that yarn.lock if package.json then that. Along with change in project name and author name.

Also, I think a prompt to prevent doing a git commit could be helpful? Since this would be kindof experimental