@dawntech/blip-tools
v0.6.0
Published
Node package for Blip API
Downloads
257
Readme
blip-tools
Node package for Blip.
Installation
npm install @dawntech/blip-toolsUsage
import Blip from '@dawntech/blip-tools';
// Example usage
const blip = new Blip();
blip.someMethod();Development
npm run build: Build the project.npm run lint: Lint the project.npm publish: Publish the package to NPM.
