Skip to content

Commit fc03882

Browse files
author
Tom Berey
committed
Ver:1.0.1--Minor-updates
1 parent 65b88a2 commit fc03882

5 files changed

Lines changed: 133 additions & 155 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ This is a fresh & blank template, with some of the most common and helpful (but
9090
* [Nodemon](https://nodemon.io/) - Restart Application without Compiling, on a Change to Watched Files.
9191
* [Rimraf](https://www.npmjs.com/package/rimraf) - Directory Cleaner Tool.
9292
* [Dotenv](https://www.npmjs.com/package/dotenv) - Project Secrets Stored in a Local .env File.
93+
* [SimpleTxtLogger](https://www.npmjs.com/package/simple-txt-logger) - Logging tool.
9394
* [@types/*](https://www.npmjs.com/package/@types/node) - Various JS->TS Typesetting modules, to import types. Needed to use a JavaScript module with TypeScrpt when strict settings are enabled, or to make use of TS only features against a imported module.
9495

9596
<br>
@@ -236,6 +237,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
236237
| Version | Date | Changes |
237238
|:---|:---|:---|
238239
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit.</li><li>Add inital directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
240+
| 1.0.1 | 2021-07-14 | <ul><li>Removal of local SimpleTxtLogger file. Addition of SimpleTxtLogger as a npm module.</li><li>Update README.md</li></ul> |
239241

240242
<br><hr><br>
241243

0 commit comments

Comments
 (0)