generator-clarity-dev
TypeScript icon, indicating that this package has built-in type declarations

0.3.15 • Public • Published

generator-clarity-dev

A Clarity development environment Yeoman generator.

Generates a TypeScript project that contains a hello-world.clar sample smart contract and a minimal Mocha test suite using the Clarity SDK.

Visit create-clarity-starter for usage as an npm init initializer without global yo installation requirements.

Quick Start

Create project directory:

mkdir hello-clarity
cd hello-clarity

Run project generator:

npm install -g yo generator-clarity-dev
yo clarity-dev

Run tests:

npm test

Expected output:

  hello world contract test suite
    ✓ should have a valid syntax
    deploying an instance of the contract
      ✓ should return 'hello world'
      ✓ should echo number

  3 passing

Troubleshooting

Ensure all checks pass when running npx yo doctor.

Yeoman Doctor - Running sanity checks on your system
✔ Global configuration file is valid
✔ NODE_PATH matches the npm root
✔ Node.js version
✔ No .bowerrc file in home directory
✔ No .yo-rc.json file in home directory
✔ npm version
✔ yo version

clarity-native-bin

If seeing error messages related to the clarity-native-bin package then see its README for more details.

Package Sidebar

Install

npm i generator-clarity-dev

Weekly Downloads

1

Version

0.3.15

License

MIT

Unpacked Size

28.4 kB

Total Files

21

Last publish

Collaborators

  • ablankstein
  • zone117x
  • hstove
  • kyranjamie
  • aulneau
  • jcnelson
  • yknl
  • reedrosenbluth
  • blockstack-devops