1.0.0 • Published 1 year ago

yevhenii-file-system-test v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Thi is simple test project for testing fs embedded library'.

Data from file will output to console.

Using:

  • add a .txt file to project directory
  • copy path to file. It can be an absolute path or relative path from root project directory. (Example: myFolder1/myFile1.txt)
  • import a library

    (Example: const logfile = require('yevhenii-file-system-test'); )

  • use method for logging file

    (Example: logfile('myFolder1/myFile1.txt');)

  • You should see the text from file in a console.

1.0.0

1 year ago

0.0.1

1 year ago