Skip to content

Commit

Permalink
Ver:1.0.1--Minor-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tberey committed Jul 14, 2021
1 parent 65b88a2 commit fc03882
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 155 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ This is a fresh & blank template, with some of the most common and helpful (but
* [Nodemon](https://nodemon.io/) - Restart Application without Compiling, on a Change to Watched Files.
* [Rimraf](https://www.npmjs.com/package/rimraf) - Directory Cleaner Tool.
* [Dotenv](https://www.npmjs.com/package/dotenv) - Project Secrets Stored in a Local .env File.
* [SimpleTxtLogger](https://www.npmjs.com/package/simple-txt-logger) - Logging tool.
* [@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.

<br>
Expand Down Expand Up @@ -236,6 +237,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
| Version | Date | Changes |
|:---|:---|:---|
| 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> |
| 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> |

<br><hr><br>

Expand Down
Loading

0 comments on commit fc03882

Please sign in to comment.