Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 251 Bytes

TS-Primer

The dawn of a TypeScript project.

Automated tests

Never commit something that breaks the build! You can easily prevent this by linking the test script as a git pre-commit hook!

like this:

ln test .git/hooks/pre-commit