1.0.1 • Published 6 years ago

express-template-cli v1.0.1

Weekly downloads
6
License
-
Repository
-
Last release
6 years ago

express-template-cli

A custom CLI (command Line Interface) that allows users to easily generate Express templated sites.

Usage

To use globally on your machine:

  • Make sure Node/Npm is installed on your machine
  • run the following command: npm i -g express-template-cli

You are now all set to use the CLI!

Useage

  • express-template - Generate a simple Express template with routes and templating. No database.
  • express-template-mongo - This template includes connection to MongoDB.
  • express-template-mysql - This template includes connection to MySQL.

All you have to do is just run npm install to install the package dependencies for the template you pulled down.