holly-poll
v0.1.1
Published
holly-poll SDK
Readme
holly-poll
holly-poll SDK
Quick Start
npm install
npm run build
npm run testUsage
import { test } from 'holly-poll';
test('world');
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
