Package Exports
- @hezelclark/html-tools
- @hezelclark/html-tools/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hezelclark/html-tools) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@devkits/html-tools
HTML entity encode and decode in your terminal
Installation
npm install -g @devkits/html-toolsUsage
# Encode HTML entities
dk-html -e "<div>Hello</div>"
# Decode HTML entities
dk-html -d "<div>Hello</div>"
# Direct with npx
npx @devkits/html-tools -e "<script>alert(1)</script>"Web Version
https://devkits-tools.surge.sh/tools/html-entities
Pro Features
Upgrade: https://devkits-tools.surge.sh/pro - $9 one-time
License
MIT © DevKits Team