UNPKG

@theidentityselector/thiss-ds

Version:

A set of clients for the thiss.io service

25 lines (16 loc) 218 B
all: setup test build start: @npm run start clean: @rm -rf dist build: @npm run build test: tests tests: @npm run test cover: @npm run cover setup: @npm install publish: all @npm publish --access public