Skip to content
 
 

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Express

A simple CLI tool to generate Express servers from multiple available templates. View on NPM

Commands

Version

View current tool version.

qse -v
qse --version

Output

List

List all available commands and options.

qse list

Output

Init

Initialize a new Express.js server.

qse init

Output

Clear

Clear Directory.

qse clear

Output


Install Package from npm

  1. Run the following command in the terminal to install the required node packages:
    npm i -g @cse-25/qse
  1. Run any qse commands in the target directory such as qse init, qse clear, qse -v ... etc.

Contributing

Follow the guidelines in CONTRIBUTING.md to contribute to the project.

Local Development Environment Setup

Install Node.js

  1. Download and install Node.js from https://nodejs.org/

  2. Verify the installation by running the following command in the terminal:

    node -v

    The version of Node.js should be displayed.

Install node packages.

  1. Run the following command in the terminal to install the required node packages:

    npm i

Run the package.

  1. Run the following command in the terminal to start the package:

    npm link # in the quick_start_express directory
    npm link qse # in the target directory
  2. Run any qse commands in the target directory such as qse init, qse clear, qse -v ... etc.

Developers

About

Quick Start Express npm package. A simple CLI tool to generate Express servers from multiple available templates.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages