smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 493 forks source link

[Suggestion] Create npx util to generate empty project #155

Open illyakurochkin opened 1 year ago

illyakurochkin commented 1 year ago

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 1 year ago

Awesome idea @illyakurochkin! You can try running: npx smartcontract init and select between JavaScript and TypeScript versions of this starter kit (or others).

npx smartcontract init

Context: https://www.npmjs.com/package/smartcontract-cli