Skip to content

surajarchive/create-dev-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-dev-backend

CLI tool to create a backend project from a predefined template.

Usage

With Bun

bunx create-dev-backend

With npm

npx create-dev-backend

What this command does

  1. Asks for a project name
  2. Copies the backend template
  3. Removes existing Git history
  4. Initializes a new Git repository
  5. Updates the project name in package.json
  6. Installs dependencies

After setup

cd <project-name>
bun dev

Requirements

  • Node.js 18+ or Bun
  • Git

Notes

  • The generated project is ready for local development.
  • No global installation required.

Author

Suraj Vishwakarma

About

create-dev-backend is a backend starter template so that developer quick start their writing backend fast

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published