Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

File metadata and controls

35 lines (23 loc) · 1.31 KB

{{pkgName}}

Docs Build Status npm-version Coverage Status minified-size

{{description}}

Install

npm add {{pkgName}}

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 enable trusted publishing in npmjs.com. However, the settings page is only visible when the package already exists. So you will have to publish the package manually for the first time.