A monorepo containing email templates and related tooling for WATcloud.
@watonomous/watcloud-email-templates– Email templates@repo/utils– Shared utilities@repo/ts-config– Shared TypeScript configuration
@watonomous/watcloud-email-cli– Command-line interface for working with the templates
- Clone the repository
- Install dependencies:
npm ci
- Start the development server:
npm run dev
- Build all packages:
npm run build