express-template-cli

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

Usage no npm install needed!

<script type="module">
  import expressTemplateCli from 'https://cdn.skypack.dev/express-template-cli';
</script>

README

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.