0.0.2 • Published 8 years ago
giffo-min v0.0.2
##giffo-min
my personal command line app for Minification of js files.
install:
npm install giffo-min -g
usage:
min <file>
example in the command-line console:
min c:\js\hello.js
results in 'c:\js\hello.min.js' being created.
todo: next version, check if param is a directory and then minify the whole directory