create-ts-api icon indicating copy to clipboard operation
create-ts-api copied to clipboard

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

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