1.0.5 • Published 8 months ago

express-simple-app-generator v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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!

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago