Skip to content

maiconfriedel/create-express-api-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published