cwtail icon indicating copy to clipboard operation
cwtail copied to clipboard

Refactor and rewrite to use yargs

Open cmawhorter opened this issue 4 years ago • 0 comments

I put this together a while ago for my personal use and have been using it since without issue. Seems to work as well as it did before.

Summary of changes:

  • Dropped getopt in favor of yargs
  • Added editorconfig
  • Added eslint
  • Added .nvmrc for minimum supported version
  • Restructured files a bit
  • Created two entry points: cli and module
  • Updated/removed unneeded deps

Edit: I added bunyan for my personal uses and then removed it for the pr.

cmawhorter avatar Jan 10 '21 22:01 cmawhorter