@nexssp/min

1.0.6 • Public • Published

@nexssp/min

Installation

npm i @nexssp/min -D # install for devDependencies

Just FAST minify/compress src to dist folder by one command.

image

CLI or package.json

npx @nexssp/min # it will just compress js files from ./src/ to ./dist/
npx @nexssp/min ./source/ ./destination/ # change source and destination

API Example

const { compress } = require("@nexssp/min");

(async () => {
  const result = await compress(from, to, { glob });

  result.forEach((r) =>
    ok(
      `${bold(yellow(r.file))} ${r.length} => ${r.compressed.length} ${bold(
        "(" + r.compressed.percentage + "%)"
      )}`
    )
  );
})();

Package Sidebar

Install

npm i @nexssp/min

Homepage

nexss.com

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

5.76 kB

Total Files

5

Last publish

Collaborators

  • nexss