Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 405 Bytes

typescript-project-template

Template repo for new TypeScript projects.

This repo assumes the following:

  • Source code lives in the src directory.
  • The main export is located in src/index.ts.
  • Tests live in the test directory.
  • Each test file is named <name>.test.ts.
  • The npm_token, app_id, and app_private_key secrets are present in the repo.
  • The code will be a CommonJS module.