xpress-cli is a command-line interface tool that allows you to generate Express applications with ease. It provides a convenient way to scaffold new projects and get started quickly with building Express-based REST API applications.
npm install -g xpress-cli
xpress new <project-name>