Skip to content

hxf233/typescript

 
 

Repository files navigation

Autumn JS Monorepo

This repository contains multiple JavaScript/TypeScript packages for working with the Autumn pricing and billing platform.

Packages

  • atmn (CLI): Declare pricing as code and apply changes to your Autumn config via a command-line interface.
  • @useautumn/convex (Convex Component): Integrate Autumn into your Convex project and use hooks/components from autumn-js.
  • autumn-js (Main SDK + React + Backend):
    • SDK for the Autumn API
    • React hooks and UI components
    • Backend handlers to mount routes on your server framework (Next.js, Express, Fastify, Hono, etc.)

Install

  • CLI (atmn)
npm i -g atmn
# or run without global install
npx atmn@latest
  • Convex component (@useautumn/convex)
npm i @useautumn/convex autumn-js
  • Main package (autumn-js)
npm i autumn-js

Documentation

About

Official collection of Typescript packages for interacting with Autumn

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.2%
  • JavaScript 2.6%
  • CSS 2.0%
  • Shell 0.2%