-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam MacDonald
committed
Dec 30, 2021
1 parent
fbe2a29
commit 6a88be2
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Typescript Node Template | ||
# Typescript Node Template | ||
A starter template for a Node library built with Typescript. | ||
|
||
- *Base*: Uses Node 16 and TypeScript 4.5 | ||
- *Testing*: [Mocha](https://mochajs.org/) as a test runner and [Chai](https://www.chaijs.com/) as the assertion library | ||
- *CI*: comes with a Github action for linting, running tests, and confirming a build can be created. | ||
- *Releases*: comes with a Github action for publishing to the NPM registry. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.