Skip to content

wopjs/dom

Repository files navigation

@wopjs/dom

Docs Build Status npm-version Coverage Status minified-size

Collection of common DOM utilities. TypeScript friendly and minification friendly.

Install

npm add @wopjs/dom

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.