Skip to content

[v1.0.0] Initial Release

Choose a tag to compare

@SherpadNdabambi SherpadNdabambi released this 31 Oct 17:22
· 35 commits to main since this release

Added

  1. .env file to store environment variables.
  2. .gitignore file to ignore files and directories that Git should not track
  3. .nvmrc file to specify the Node.js version to use.
  4. app.ts file to define the application logic.
  5. index.ts file to define the entry point of the application.
  6. setup.ts file for project setup.
  7. CHANGELOG.md file to track changes to the project.
  8. jest.config.ts file to configure Jest.
  9. jest.setup.ts file to configure Jest setup.
  10. LICENSE file to define the project license.
  11. package.json file to define project metadata and dependencies.
  12. README.md file to document the project.
  13. tsconfig.json file to configure TypeScript.
  14. .nvmrc file to specify the Node.js version to use.
  15. Bug report GitHub issue template for reporting bugs in the project.
  16. Feature request GitHub issue template for suggesting new features.