feat: initial prototype

This commit is contained in:
2025-02-10 20:30:22 -08:00
parent 33ef4dedd1
commit a72ceaccd1
11 changed files with 4183 additions and 13 deletions

View File

@ -1,20 +1,10 @@
# New Repository Template
# Logger
This template contains all of our basic files for a new GitHub repository. There is also a handy workflow that will create an issue on a new repository made from this template, with a checklist for the steps we usually take in setting up a new repository.
If you're starting a Node.JS project with TypeScript, we have a [specific template](https://github.com/naomi-lgbt/nodejs-typescript-template) for that purpose.
## Readme
Delete all of the above text (including this line), and uncomment the below text to use our standard readme template.
<!-- # Project Name
Project Description
This is a custom logging utility which pipes errors and log messages to our alerting system.
## Live Version
This page is currently deployed. [View the live website.]
This page is currently deployed. [View the live website.](https://www.npmjs.com/package/@nhcarrigan/logger)
## Feedback and Bugs