Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Sep 10, 2023
1 parent 9422f7c commit a03d5ed
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Kirimase is a command-line tool for **building full-stack Next.js apps faster**.

[DEMO](https://www.loom.com/share/cb329939c83b4c9eb6a56abfd2638bd4?sid=6d902fcc-3ef6-4436-bf7d-9d0c2943812f)


## Features

1. **Initialization and Configuration**: quickly add and set up essential packages to jump-start your Next.js project.
Expand All @@ -23,7 +22,7 @@ Install Kirimase CLI globally:
```bash
npm install -g kirimase
```
<br />

<br />

# Commands
Expand All @@ -42,10 +41,9 @@ Initializes and configures the following packages for your Next.js project, cate
#### Prisma

- Kirimase sets up required files for [Prisma](https://github.com/prisma/prisma) with [zod-prisma](https://github.com/CarterGrimmeisen/zod-prisma) for validations.
<br />
<br />

---

### Authentication

#### Auth.js
Expand All @@ -54,12 +52,10 @@ Initializes and configures the following packages for your Next.js project, cate
- Generates a generic sign-in component for immediate use within your Next.js project.
- Wraps the root layout with the auth provider and generates utilities for auth checks and redirects in your Next.js routes.


_more auth packages coming soon..._

<br />

---

### Other

#### tRPC
Expand All @@ -77,7 +73,6 @@ Kirimase also adds relevant keys to your `.env` which you'll need to provide val

<br />


## 2. `kirimase generate`

Akin to `rails scaffold` but for Next.js:
Expand Down

0 comments on commit a03d5ed

Please sign in to comment.