minify your projects
Install minifile via npm
$ npm install @heyosj/minifile
minifile works as a CLI
Make sure to either be in the exact directory of your files that need minify or to call minify to your exact path where the file is located
$ minify originalJS.js
Once you call minify this will generate a folder with a minified version of the original file, a .min extension will be seen too.