sarsamurmu / reboost

A super fast dev server for rapid web development
MIT License
61 stars 3 forks source link

log.exportOptions { local_options } #27

Open GHNewbiee opened 4 years ago

GHNewbiee commented 4 years ago

All options which are mentioned to be displayed on the terminal or exported to a file, maybe in the following form:

name relativeFilePath absoluteFilePath Option.property. ... Default Set
reboost.js . .../project/ rootDir 'process.cwd()' 'process.cwd()'
-"- -"- -"- showResponseTime false true
... ... ... ... ... ...
chokidar.config.js ./.config_files/ .../project/.config_files persistent true true
... ... ... ... ... ...

local_options would include properties such as:

columnsDisplayed: string[], exportTo: terminal|'path_to_log_file', sortBy: string