1.1.0 • Published 10 months ago

create-exjs-server v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

2024-11-0317-52-09-ezgif com-speed

ABOUT

This is a simple, light-weight cli tool to bootstrap a Express.js server. (Highly inspired by vite)

Has multiple templates like:

  • Express-base i.e. simple express server
  • Express with hot reloading using node --watch-path (exprimental)
  • Express with nodemon for hot reloading

Installing package locally

git clone https://github.com/HarshK200/create-ex-server
cd create-ex-server
npm install
npm i -g # this command install's the package on your machine

Usage

npx create-ex-server # this will start the cli
1.1.0

10 months ago

2.0.0

10 months ago

1.0.0

10 months ago