[Suggestion] Create npx util to generate empty project
illyakurochkin opened this issue · 1 comments
illyakurochkin commented
It would be really cool to be able to generate hardhat project from this template using npx create-hardhat-app
(like create-react-app
or create-next-app
)
andrejrakic commented
Awesome idea @illyakurochkin! You can try running: npx smartcontract init
and select between JavaScript and TypeScript versions of this starter kit (or others).