A simple CLI tool to generate Express servers from multiple available templates. View on NPM
View current tool version.
qse -vqse --versionList all available commands and options.
qse listInitialize a new Express.js server.
qse initClear Directory.
qse clear- Run the following command in the terminal to install the required
nodepackages:
npm i -g @cse-25/qse- Run any qse commands in the target directory such as
qse init,qse clear,qse -v... etc.
Follow the guidelines in CONTRIBUTING.md to contribute to the project.
-
Download and install Node.js from https://nodejs.org/
-
Verify the installation by running the following command in the terminal:
node -v
The version of Node.js should be displayed.
-
Run the following command in the terminal to install the required
nodepackages:npm i
-
Run the following command in the terminal to start the package:
npm link # in the quick_start_express directorynpm link qse # in the target directory -
Run any qse commands in the target directory such as
qse init,qse clear,qse -v... etc.



