holly-emitter
v1.0.0
Published
holly-emitter SDK
Readme
holly-emitter
holly-emitter SDK
Quick Start
npm install
npm run build
npm run testUsage
import { createClient } from 'holly-emitter';
const client = createClient({ endpoint: 'https://api.example.com' });
console.log(client.ping());Scripts
clean– remove the compileddist/folder.build– bundle the SDK with Rollup and emit type definitions.test– run unit tests in Node via Jest.prepare– automatically invokes the build before publish.release– wrapsscripts/publish.jsto run checks and publish safely.
Publish with an optional version bump:
npm run release -- minorLicense
MIT © holly
