Skip to content

krsbx/create-roses-backend

Repository files navigation

create-roses-backend

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

PRs-Welcome NPM version Downloads

Table of contents

What is CRB?

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

Getting Started

To get started with create-roses-backend, run any of the following commands and answer any questions from the prompt:

npm

npx create-roses-backend@latest

CLI Docs

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

Contributors

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.

About

Simplify process of creating a TypeSafety backend with Node Js, Prisma, and TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published