Skip to content

@ushasahu/us-kick is a simple CLI tool that instantly bootstraps a clean backend setup using: Express (preconfigured), .prettierrc, .gitignore, Auto-generated server.js

Notifications You must be signed in to change notification settings

SahuUsha/NPM-Express-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

us-kick — Backend Starter Kit (Express)

@ushasahu/us-kick is a simple CLI tool that instantly bootstraps a clean backend setup using:

  • Express (preconfigured)
  • .prettierrc
  • .gitignore
  • Auto-generated server.js

Perfect for quickly starting new Node.js backend projects.


📦 Quick Start

Terminal

npm install @ushasahu/us-kick
mycmd
npm start

Included Dependencies

Your backend setup comes with the following packages already installed:

Package Description
express Backend web framework (preconfigured in server.js)
cors Cross-origin resource sharing middleware
dotenv Loads .env variables automatically
bcrypt Password hashing (optional use)
jsonwebtoken JWT authentication support
zod Schema validation library
prettier Code formatter with auto-generated config
nodemon Auto-restart server during development

What Gets Created

Running mycmd will generate:

  • .prettierrc — formatting rules
  • .gitignore — common Node ignores
  • server.js — Express server with CORS + dotenv

Sample output:

✅ .prettierrc created!
✅ .gitignore created!
☑️ server.js created!
🚀 Backend starter kit is ready! 😉 all the best from us-kick-npm-package

Start the Server

npm start

Your backend will run at:

http://localhost:5000

Happy coding! 🚀

About

@ushasahu/us-kick is a simple CLI tool that instantly bootstraps a clean backend setup using: Express (preconfigured), .prettierrc, .gitignore, Auto-generated server.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors