A simple and elegant way to utilize the console in node.js applications with minimal additional dependencies.
View Code
·
Report Bug
·
Request Feature
There are lots of logging libraries out there, but they all come with using additional libraries. Timberyard has minimal dependencies and works utilizing core logging technology provided by JavaScript.
This project is still in its early stages, but it works for creating simple logs in the console. Eventually I would like to develop a way to log to a file, and a way to "ship" logs through an email to notify users when important logs occur.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/rrozema12/Project-Name.git
- Install NPM packages
npm install
- Build the module
npm run build
- Start the module
npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @ryanrozema - rrozema2@gmail.com.com
Project Link: https://github.com/rrozema12/Timberyard