express-simple-app-generator

1.0.5 • Public • Published

Express Simple App Generator

A CLI tool to quickly scaffold a basic Express.js application.

Installation

To install the generator globally:

npm install -g express-simple-app-generator

Usage

Once installed, you can run the generator with:

generate-express [destination]

Where [destination] is the directory where you want to scaffold the Express app. If you don't specify a destination, it will scaffold in the current directory.

Example:

generate-express my-new-app

This will create a new directory my-new-app with the scaffolded Express application.

Happy coding!

Readme

Keywords

Package Sidebar

Install

npm i express-simple-app-generator

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

17.6 MB

Total Files

2047

Last publish

Collaborators

  • abdessamadsouilem