0.0.3 • Published 7 years ago
stately-fx v0.0.3
stately-fx
Hopefully soon I will add a README with examples. For now your best bet is cloning the project and running:
npm install
npm build
npm docsThis will host a static TypeDoc site at 8080. It is generated from JSDoc and TypeScript definitions, and currently limited, but you can at least see the API.
Start with the exports defined in index.ts.
For (mocked) example usage, check the spec.ts for the file in question; e.g. to see how to create an FxActions instance, check out actions.spec.ts.
When I write a real README I'll add the TypeDoc to GitHub pages.