1.1.2 • Published 2 years ago

create-router-backend v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

A CLI built in Node Js for creating File Based Routing for Express Backend

Features

✓ Suports both TypeScript and JavaScript

✓ Support for any Database or ORM

✓ No need to create routes explicitly for your services, just create a folder and it will automatically becomes the routes

Usage

Use directly with npx (npx comes installed with npm)

npx create-router-backend <name-of-your-project>

Then you just answer some prompts and boom! you got a backend.

Examples

Create project named my-backend

the following command will create template within folder my-backend

$ npx create-backend my-backend

the following command will create template within same folder

$ npx create-backend . (dot)

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago