Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adammy authored Mar 1, 2022
1 parent ec4c386 commit 7452db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Typescript Node Template
A starter template for a Node library built with Typescript.
# Typescript Library Template
A starter template for making a library built with Typescript.

- **Base**: Node 16 and TypeScript 4.5
- **Base**: TypeScript 4.5
- **Testing**: [Mocha](https://mochajs.org/) as a test runner and [Chai](https://www.chaijs.com/) as the assertion library
- **CI**: Github action for linting, running tests, and confirming a build can be created
- **Releases**: Github action for publishing to the NPM registry

0 comments on commit 7452db2

Please sign in to comment.