Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gzipper

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gzipper

Simple gzip script for your files.

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
37K
increased by5.34%
Maintainers
1
Weekly downloads
 
Created
Source

gzipper

Simple CLI for gzipping your js files.

How to use:

Install globally the package.

npm i gzipper -g

or locally to devDependencies

npm i gzipper -D

Run script from global scope or from your package.json as a script;

Globally usage.

gzipper <path> args

Locally usage.

  • add to scripts property in your package.json
  "scripts": {
    ...
    "gzipper": "gzipper"
  }
  • use gzipper with your build commands (e.g. Angular CLI)
  "scripts": {
    "build": "ng build && gzipper './dist'"
  }

Args

  • --log - enable logging

Roadmap

  • First work version
  • Unit tests
  • Additional arguments for CLI
  • Your porposal for improvement

Contribution

I appreciate every contribution, just fork the repository and send the pull request with your changes.

Requirments

  • Node.js 6 or 8

Keywords

FAQs

Package last updated on 01 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc