holly-fsm
v1.0.1
Published
holly-fsm SDK
Downloads
13
Readme
holly-fsm
holly-fsm SDK
Quick Start
npm install
npm run build
npm run testUsage
import { createClient } from 'holly-fsm';
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
