3.1.5 • Published 6 months ago

expresso-cli v3.1.5

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

Expresso

Expresso is a command-line interface (CLI) tool designed to quickly generate ExpressJS projects with a predefined structure. It helps standardize your projects and allows you to get started quickly with a ready-to-use configuration.

Installation

To install Expresso globally on your machine, use npm:

npm install -g expresso-cli

Usage

To create a new ExpressJS project with Expresso, use the following command:

expresso new myapp

This command will create a new folder named myapp

myapp/

To see available commands, use the following command:

expresso help

or

expresso

After creating a new project, you can navigate to the project folder and install the dependencies:

cd myapp
npm install

To start the ExpressJS server, use the following command:

npm start

Full Documentation

See full documentation on the Expresso web page

Contributions

Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

3.1.3

6 months ago

3.1.2

6 months ago

3.0.3

6 months ago

3.1.1

6 months ago

3.1.0

6 months ago

3.1.5

6 months ago

3.1.4

6 months ago

3.0.2

6 months ago

3.0.1

6 months ago

3.0.0

6 months ago

2.2.0

6 months ago

2.0.2

7 months ago

2.1.0

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

0.1.1

10 months ago

0.0.1

1 year ago

0.0.2

1 year ago

1.0.0

6 years ago