Skip to content

NimaCodez/hands-free-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hands-free-express

-THE ULTIMATE TOOL OF BUILDING FAST-

What was the problem?

Ah! Shit. A new project, making the folder structure, writing the same base code as other projects, copying and pasting all of them, initializing git, downloading packages, initializing package.json, running server and ... WTF BRO!?

So How Was This Solved? 🤔

Aaaa~ A good one. Well, Actually one night when I was just chatting as normal with one of my developer friends the idea came out of the cave and then I started to write it.

  • Creates Folder Structures (For both app directory and class-based(OOP) projects and functional projects (no-app)) ✅
  • Creates Some Basic and Obvious files of those directories ✅
  • Initializes package.json ✨✅
  • Installs the basic common packages (express, mongoose, morgan, cors, http-erros, http-status-codes, jsonwebtoken, dotenv and a bunch of others) 🎉✨
  • Writes the basic server code needed for both OOP and functional projects. (The require statements don't need changes ) ✨✅
  • Creates a Special response-builder names (SendResponse) ✨✨
  • Creates some very useful middlewares such as validation Error mapper and ... ✅
  • With also more utils such as a key generator for generating Secret_key for JWT tokens. ✅
  • .gitignore and git out of the box, with node_modules and .env ignored 🎉✨✅
  • Adds dev command to package.json file and runs the server for you (in functional or no-app mode)
  • What Else you want! Open an issue and let's talk!

USAGE

Downloading:

  1. Do a npm i -g hands-free-express
  2. Run the Commands ✅✨🎉

Commands

cea help helps you get along with options and things here.
cea new-cb Creates a brand-new empty class-based project.
cea class-based or cea cb Creates a filled and almost ready OOP based project.
cea no-app Creates a Functional-suggested folder structure with the basic code you need for running your server with an index route (It's Perfect, Believe me and test it). You Don't even need to write a fucking single line of code for getting a server up and running.