Skip to content

Commit

Permalink
doc: readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam MacDonald committed Dec 30, 2021
1 parent fbe2a29 commit 6a88be2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-node-template",
"version": "1.0.0",
"description": "Starter template for a node library built with Typescript.",
"description": "Starter template for a Node library built with Typescript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit 6a88be2

Please sign in to comment.