Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | |