@adaline/client
v1.3.3
Published
The official TypeScript library for Adaline
Readme
@adaline/node
Node.js/TypeScript library for the Adaline SDK.
Scripts
clean- Clean node_modules and refreshcompile- Compile TypeScript filesrefresh- Clean dist, coverage, and cache filesstart- Start development mode with TypeScript watchtest- Run tests using Jest
Development
# Compile TypeScript
yarn compile
# Run in development mode with watch
yarn start
# Run tests
yarn test
# Clean everything
yarn cleanRequirements
- Node.js >= 20.0.0
