@blockstack/clarity-native-bin

v0.1.8-alpha.0
Library for providing the native Clarity CLI binary

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/[email protected]

Metadata

  • MIT
  • >=10
  • Blockstack
  • released 6/25/2019

Downloads