1.2.2 • Published 2 days ago

launchkit-cli v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

CLI to generate boilerplate code to quickly launch your first product

Table of Contents

Quick Start

Create a new project using the init command.

npx launchkit-cli@latest init

Your app name: [your-app-name]

Choose your backend:
strapi
nest - Coming soon 🚧

Choose your frontend:
vite-react
nextjs - Coming soon 🚧

Open the project in your favorite code editor and start both the frontend and backend servers.

Backend

cd [your-app-name]/apps/api
yarn
yarn develop

Frontend

cd [your-app-name]/apps/web
yarn
yarn dev

Usage

Use the init command to initialize a new project.

npx launchkit-cli@latest init

Commands

add

Use the add command to add features to your project.

npx launchkit-cli@latest add [feature]

Features

  • docker: adds a Dockerfile and .dockerignore to your project
  • page: adds a new page to your frontend project
  • email: adds email provider to your backend so you can send emails
  • email-confirmation (requires add email): forces users to confirm their email address before they can login

Example

npx launchkit-cli@latest add docker

Donations

Your donations are highly appreciated. They help me to continue working on this project. You can donate via Github Sponsors

Troubleshooting

Email confirmation not working

SendGrid requires you to verify your email address before you can send emails.

If the from adn replyTo emails you setup are not verified the provider wo'nt be able to send emails.

License

Licensed under the MIT license.

1.2.2

2 days ago

1.2.1

16 days ago

1.2.0

17 days ago

1.1.9

21 days ago

1.1.10

21 days ago

1.1.6

22 days ago

1.1.5

22 days ago

1.1.1

24 days ago

1.1.0

24 days ago

1.1.4

24 days ago

1.1.3

24 days ago

1.1.2

24 days ago

1.0.1

28 days ago

1.0.0

28 days ago