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
- Host: GitHub
- URL: https://github.com/jayvirrathi/create-node-express-api
- Owner: Jayvirrathi
- License: mit
- Created: 2020-07-14T15:02:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T12:17:34.000Z (over 2 years ago)
- Last Synced: 2025-01-10T11:28:09.617Z (12 months ago)
- Topics: cli, express, github-actions, node-cli, nodejs, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-node-express-api
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.