Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 514 Bytes

File metadata and controls

29 lines (19 loc) · 514 Bytes

Coloco Client Packages

This monorepo contains the following npm packages:

  • @coloco/router: A routing library for Coloco applications
  • @coloco/api-client-svelte: A client for interacting with Coloco APIs

Development

Setup

# Install dependencies
npm install

# Build all packages
npm run build

Testing

# Run tests for all packages
npm test

Publishing

Packages are automatically published to npm when changes are pushed to the main branch, using GitHub Actions.