express-basic-kit

A CLI to automatically clone the Express Basic

Usage no npm install needed!

<script type="module">
  import expressBasicKit from 'https://cdn.skypack.dev/express-basic-kit';
</script>

README

express-basic-kit

A CLI to automatically clone the Express Basic.

Installation

Install the CLI globally OR use npx:

npm install -g express-basic-kit

Usage

# with global install
express-basic-kit name-of-app
# with npx
npx express-basic-kit name-of-app

This will create a directory with the given name, clone the Express Basic repo into it, and install dependencies.