just-express
v0.1.0
Published
Simple express.js template server setup tool
Downloads
4
Readme
Just Express - An Express.js Template
Overview
Your CLI Tool is a command-line utility for setting up a new Express server template. It automates the process of creating a project directory with a predefined structure and essential files, helping you to quickly start a new project.
Installation
To install the CLI tool globally on your system, use the following command:
npm install -g just-express
Usage
- To use the CLI tool, just run the following command in your terminal:
just-express
- Enter Your Project Name and It should create a template of express.js app