create-rootzero
v0.4.0
Published
Scaffold a new RootZero Hardhat project using @rootzero/contracts ^0.9.2.
Maintainers
Readme
create-rootzero
Scaffold a new RootZero project from the bundled template.
The current template targets @rootzero/contracts ^0.9.2.
Usage
npx create-rootzero@latest my-appThis copies the contents of template/ into my-app and leaves Git initialization up to the user.
After scaffolding:
cd my-app
npm installLocal Development
Test the bundled template directly:
cd template
npx hardhat testInspect what the npm package would publish:
npm pack --dry-runPublishing
Publish the root package, not the template subfolder:
npm publishRepository Layout
bin/: CLI entrypointtemplate/: the Hardhat/RootZero starter project
