Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 917 Bytes

File metadata and controls

44 lines (28 loc) · 917 Bytes

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