Interactive CLI to quickly set up a RESTful backend API with Express, Prisma, and TypeScript.
Get started with CRB by running npx create-roses-backend
"Create Roses Backend" is a CLI that you can run to initialize your Backend much faster by including all the necessary tools that you need, including 2 API template that you can chose to use.
Keep in mind that the generated template/boilerplate can still be modified as much as you like. The API template that we provide are a simple API that we believe can help you to initialize your code faster since it's one of the API that most people need.
To get started with create-roses-backend
, run any of the following commands and answer any questions from the prompt:
npx create-roses-backend@latest
The following CLI options and flags can be use to configure the behavior when running the CLI:
Option/Flag | Description |
---|---|
[dir] |
The directory to create the new Roses Backend |
--noGit |
Explicitly tell to not init a git repository |
--noInstall |
Explicitly tell to not install all dependencies |
--withTemplate |
Explicitly tell to use all templates |
--withUser |
Explicitly tell to use user templates |
--withFile |
Explicitly tell to use file templates |
-y , --default |
Bypass the CLI and use default values for all prompts |
We 💖 contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.