Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actcoding/supa-cli
Advanced CLI tooling for Supabase.
https://github.com/actcoding/supa-cli
bun cli database-migrations mjml supabase
Last synced: 3 months ago
JSON representation
Advanced CLI tooling for Supabase.
- Host: GitHub
- URL: https://github.com/actcoding/supa-cli
- Owner: actcoding
- License: mit
- Created: 2024-08-06T16:34:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:55:11.000Z (4 months ago)
- Last Synced: 2024-09-28T10:42:47.097Z (3 months ago)
- Topics: bun, cli, database-migrations, mjml, supabase
- Language: TypeScript
- Homepage: https://actcoding.github.io/supa-cli/
- Size: 730 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![banner](./repository-open-graph.png)
[![CI](https://github.com/actcoding/supa-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/actcoding/supa-cli/actions/workflows/ci.yml)
# @actcoding/supa-cli
> Advanced CLI tooling for Supabase.
This project provides an [`artisan`](https://laravel.com/docs/artisan)-like experience
for [Supabase](https://supabase.com/) projects.We're also collecting all the experience we've had with Supabase projects in the past within this repository.
## Documentation
https://actcoding.github.io/supa-cli/
## Features
- TypeScript migrations and seeders using [node-pg-migrate](https://github.com/salsita/node-pg-migrate)
- Email templates using [MJML](https://mjml.io/)
- Auth debugging## Todo
- i18n for emails
- tests
- use something other than `commander.js`## License
[MIT](LICENSE)