generator-clarity-dev

v0.3.10
Yeoman generator to setup a Clarity development environment
yeoman clarity blockstack smart contract

build

npm run clean && npm run compile

clean

tsc --build tsconfig.build.json --clean

compile

tsc --build tsconfig.build.json

prepublishOnly

npm run build

lint

tslint -p tsconfig.json 'src/**/*.ts' 'test/**/*.ts'

lint-fix

tslint --fix -p tsconfig.json 'src/**/*.ts' 'test/**/*.ts'

test

npm run build && nyc mocha

Metadata

  • MIT
  • >=10
  • Blockstack
  • released 3/23/2021

Downloads