0.1.10 • Published 7 months ago
@dawntech/blip-tools v0.1.10
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.