1.0.5 • Published 12 months ago
todoroki v1.0.5
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.
Run it
First, run the command below using the package manager you prefer.
Example
npx todoroki
You will see something like this:
Usage: todoroki [options] [command]
A CLI to create the best boilerplate for your project
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
create Create a new project
help [command] display help for command
So to create you project you gotta run
npx todoroki create
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 | ✅ |