Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victormicco/todoroki
CLI to start your project with the best set up
https://github.com/victormicco/todoroki
cli command-line-interface fastify nextjs typescript
Last synced: 3 months ago
JSON representation
CLI to start your project with the best set up
- Host: GitHub
- URL: https://github.com/victormicco/todoroki
- Owner: victormicco
- Created: 2024-07-27T18:35:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-25T17:30:00.000Z (4 months ago)
- Last Synced: 2024-09-28T11:22:38.795Z (3 months ago)
- Topics: cli, command-line-interface, fastify, nextjs, typescript
- Language: TypeScript
- Homepage: https://todoroki-eight.vercel.app/
- Size: 9.69 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todoroki CLI
Todoroki is a Command Line Interface (CLI) tool to create the best boilerplate for your projects. It supports creating boilerplates for Next.js and Fastify projects.
![Todoroki](https://i.pinimg.com/564x/ac/af/62/acaf62c8fe194bd6a70baec50753cb3c.jpg)
[Docs](https://todoroki-eight.vercel.app/)
## Features
- ✅: Provided
- ⌛️: In progress
- ⚠️: Partially provided (with some caveats)### Front-end (Next.js)
| Feature | Status |
| ------------------- | ---------------------------------------------------- |
| Shadcn | ✅ |
| Tailwind | ✅ |
| Ky Http Requests | ✅ |
| .env validation | ✅ |
| Zod | ✅ |
| Vitest | ⌛️ |
| Biome | ✅ |
| Variables of Colors | ✅ |### Back-end (Fastify)
| Feature | Status |
| -------------------------------- | ------------------------------------------------- |
| Biome | ✅ |
| Prisma | ✅ |
| Vitest | ✅ |
| docker-compose example | ✅ |
| S.O.L.I.D example implementation | ✅ |