A logger that logs the information of your files, and puts all of the info in a generated text file.
npm install --save llogs
package.json
:
// ...
"scripts": {
"llog": "llog -f path/to/your/file.js"
}
// ...
NOTE that llogs can log info about directories and files, and we have different flags for that:
Example:
$ llogs -f path/to/file.txt
Example:
$ llogs -d path/to/dir
Example:
$ llogs -f for/this/example.gen.d.ts -g for-this-example-checker
Generates a file called for-this-example-checker.txt
Under the MIT License