๐น
checks-files-js A javascript cli for testing files with just one command.
Install via npm / yarn
You can install this cli via npm:
npm install -g checks-files-js
or via yarn:
yarn add -g checks-files-js
Commands
This is how you write the command.
$ checks-files <directory-file>
you can also write without a <directory-file>
and it will show you a prompt like this:
$ Whats the directory folder you want to check? ยป <Type-Here>
Options:
For the command options you can write --ignore
flag to ignore a specific file name:
$ check-files <directory-file> --ignore main.js
License
This project is licensed by MIT