@blockstack/clarity-cli

v0.1.3-alpha.0
The Clarity CLI is used to manage Clarity smart contracts from the command line.

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 && npm run build-oclif

lint

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

lint-fix

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

dev

bin/run

postpack

rm -f oclif.manifest.json

build-oclif

oclif-dev manifest && oclif-dev readme

test

npm run build && nyc mocha
npm i @blockstack/[email protected]

Metadata

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

Downloads