0.1.0 • Published 5 months ago

@wopjs/gzip-size v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@wopjs/gzip-size

Build Status npm-version Print gzip size of a file.

Install

npm add @wopjs/gzip-size

Usage

package.json:

{
  "scripts": {
    "gzip-size": "gzip-size dist/index.mjs dist/index.js"
  }
}

Development

Publish New Version

You can use npm version to bump version.

npm version patch

Push the tag to remote and CI will publish the new version to npm.

git push --follow-tags

CI Auto Publish

If you want to publish the package in CI, you need to set the NPM_TOKEN secrets in GitHub repository settings. See how to create a NPM access token.

0.1.0

5 months ago