An open API service indexing awesome lists of open source software.

https://github.com/jayvirrathi/create-node-express-api

Cli for Basic Project Setup
https://github.com/jayvirrathi/create-node-express-api

cli express github-actions node-cli nodejs typescript

Last synced: 10 months ago
JSON representation

Cli for Basic Project Setup

Awesome Lists containing this project

README

          

# create-node-express-api

A CLI to automatically clone the [Node Express API Starter](https://github.com/Jayvirrathi/create-node-express-api.git).

## Installation

Install the CLI globally OR use npx:

```sh
# with npm
npm install -g create-node-express-api

# with yarn
yarn global add create-node-express-api
```

## Usage

```sh
# with global install
create-node-express-api name-of-app
```

This will create a directory with the given name, clone the [Node Express API starter](https://github.com/Jayvirrathi/create-node-express-api.git) repo into it, and install dependencies.