-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] NodeJS Helper Library #39
Comments
Using this Guide - https://www.digitalocean.com/community/tutorials/how-to-create-a-node-js-module For Coloring the terminal logs using - https://www.npmjs.com/package/chalk Some guide on Classes in JS - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes |
"git - How to use actions/checkout@master to get sources into specified folder? - Stack Overflow" https://stackoverflow.com/questions/57914734/how-to-use-actions-checkoutmaster-to-get-sources-into-specified-folder Can use this to checkout only the helper library and Publish it as a GH Package. |
How to Publish to NPM RegistryLogin to npm
A prompt comes up, fill the details.
Voila! |
How to go ahead with NodeJS Helper Library Publishing?
|
[Publishing to GH Registry] |
Templating in JSUsing UsageInstalling
Defining Templates can be done by putting the variable/placeholder name within
Formatting the templates
ExamplesRefer to these examples |
"Doing a cleanup action just before Node.js exits - Stack Overflow" https://stackoverflow.com/questions/14031763/doing-a-cleanup-action-just-before-node-js-exits Save logs in file on exit only. Read Logs and write logs to Program Variables and not to file. |
NodeJS Helper Library/Class for logsmith monitor. May publish a JS counterpart of logsmith - logsmithJS, as a logging library with support for monitor.
[Checkpoints]
[Additional Details]
listeners
are Address/Logsmith Monitor instances that listens to the logsThe text was updated successfully, but these errors were encountered: