1.0.0 • Published 3 years ago

flash-log v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

flash-log.js

A tool that detects changes in files and outputs the contents of files

install

npm install -g flash-log

use

enter cmd and input:

flash-log

example:

flash-log C:\readme.txt //absolute path

flash-log readme.txt  // relative path

you can also input flash-log directly and create configuration files 'flash-log.json' in the current directory

{
  'file':'reademe.txt'
}

The program will run according to the configuration file

1.0.0

3 years ago

0.1.0

3 years ago