@blockstack/clarity-native-bin

v0.3.15
Library for providing the native Clarity CLI binary
clarity blockstack smart contract rust

build

npm run clean && npm run compile

clean

shx rm -rf ./lib tsconfig.build.tsbuildinfo

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

postinstall

node postInstallScript.js
npm i @blockstack/clarity-native-bin

Metadata

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

Downloads