flash-log
v1.0.0
Published
A tool that detects changes in files and outputs the contents of files
Downloads
2
Readme
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