@wopjs/gzip-size
v0.1.5
Published
Print gzip size of a file.
Readme
@wopjs/gzip-size
Print gzip size of a file.
Install
npm add -D @wopjs/gzip-sizeUsage
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 patchPush the tag to remote and CI will publish the new version to npm.
git push --follow-tagsCI 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.
