llogs

1.1.2 • Public • Published

LLOGS

A logger that logs the information of your files, and puts all of the info in a generated text file.

Coverage Status Build Status NPM Version

Install

npm install --save llogs

Use

package.json:

// ...

"scripts": {
  "llog": "llog -f path/to/your/file.js"
}

// ...

Flags

NOTE that llogs can log info about directories and files, and we have different flags for that:

-f, --file <filename>: Watches a file

Example:

$ llogs -f path/to/file.txt

-d, --dir <dirname>: Watches a directory

Example:

$ llogs -d path/to/dir

-g, --genfile <name>: Generates a text file with the given name. Default is llogs.

Example:

$ llogs -f for/this/example.gen.d.ts -g for-this-example-checker

Generates a file called for-this-example-checker.txt

License

Under the MIT License

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.22latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.22
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i llogs

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

5.58 kB

Total Files

6

Last publish

Collaborators

  • jvn