1.0.2 โ€ข Published 12 months ago

@mrcyna/ts-project-template v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

TS Project

A simple, pre-configured TS project to enjoy coding! Including:

  • TypeScript configured for NodeJS ๐Ÿ”ง
  • Jest for testing ๐Ÿงช
  • ESlint for static code analysis ๐Ÿ”
  • Prettier for better formatting ๐Ÿงฝ
  • husky for improving git commits ๐Ÿถ
  • dotenv for getting configuration from .env file ๐Ÿ”
  • nodemon for easier development ๐Ÿงฑ

I highly recommend using Volta for easier toolchain management. ๐Ÿ’ซ

Create a project

npx @mrcyna/ts-project-template my-project
cd my-project
npm run start

You can check https://github.com/mrcyna/ts-project for more details

1.0.2

12 months ago

1.0.0

12 months ago

1.0.1

12 months ago