0.3.15 • Published 4 years ago

generator-clarity-dev v0.3.15

Weekly downloads
42
License
MIT
Repository
github
Last release
4 years ago

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.

0.3.15

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.16

5 years ago

0.1.14-alpha.3

5 years ago

0.1.14-alpha.2

5 years ago

0.1.14-alpha.1

5 years ago

0.1.14-alpha.0

5 years ago

0.1.13

5 years ago

0.1.13-alpha.6

5 years ago

0.1.13-alpha.5

5 years ago

0.1.13-alpha.3

6 years ago

0.1.13-alpha.2

6 years ago

0.1.13-alpha.1

6 years ago

0.1.13-alpha.0

6 years ago

0.1.12-alpha.0

6 years ago

0.1.11-alpha.0

6 years ago

0.1.10-alpha.0

6 years ago

0.1.9-alpha.0

6 years ago

0.1.8-alpha.0

6 years ago

0.1.7-alpha.0

6 years ago

0.1.6-alpha.0

6 years ago

0.1.5-alpha.0

6 years ago

0.1.4-alpha.0

6 years ago