1.0.3 • Published 2 years ago

@theriot.dev/template v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@theriot.dev/template

This project provides a starting point for backend development using NodeJS, typescript, and publishing for npm

Setup

You can make any customizations you want, however by default this project uses:

  • jest as the test framework
  • tsc as the compiler
  • npm t as the test command

When you're ready to build the project, run npm run build to create ./dist/index.js and ./dist/index.d.ts

If you're importing the package, you will have access to a main function which console logs a message

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago