1.1.2 • Published 4 years ago

txt-logs v1.1.2

Weekly downloads
-
License
“MIT”
Repository
-
Last release
4 years ago

📑 Txt-Logs

🔍 | dependencies:

  • fs
  • colors

🎮 | Get started

install the npm

$ npm install txt-logs

Usage example:

const { createLog } = require("txt-logs"); //requiring npm

let name = "example"; //setting the log name let content = "log example." //setting the log content

createLog(name, content); //creating a log

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago