1.0.4 • Published 4 years ago

create-express-api-typescript v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

create-express-api-typescript CLI

A CLI to automatically create a Express API based in the Express API Starter - Typescript repository.

Installation

You can install the CLI globally or use it with npx.

# with npm
npm install -g create-express-api-typescript

# with yarn
yarn global add create-express-api-typescript

Usage

# with global install
create-express-api-typescript my-awesome-api

# with npx
npx create-express-api-typescript my-awesome-api

This will create a directory with the given name, clone the Express API Starter - Typescript repo into it, and install dependencies.

Yarn

If you want to use Yarn instead of NPM to install de project dependencies, pass the --yarn option, like above:

# with global install
create-express-api-typescript my-awesome-api --yarn

# with npx
npx create-express-api-typescript my-awesome-api --yarn

Credits

Credits to w3cj for the original repository Express API Starter.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago