Skip to content

🤖 Setup TypeScript/GraphQL api w/ just one command from the terminal

Notifications You must be signed in to change notification settings

bineetNaidu/create-ts-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-ts-api

A utility command to set up TypeScript, NodeJS, Express/GraphQL API project.

Installation

Install create-ts-api with npm

  npm i -g create-ts-api
  create-ts-api
  cd <your-project-name>
  # OR
  npx create-ts-api
  cd <your-project-name>
  # OR
  yarn create ts-api
  cd <your-project-name>

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Features

  • Quickly set your project
  • Cross platform

Authors

Roadmap

  • See out project plans. here

License

MIT