encode-domains
v0.8.0
Published
Transform `https://example.com` to `atob('aHR0cHM6Ly9leGFtcGxlLmNvbQ==')`.
Downloads
7
Readme
Encode Domains
Transform https://example.com to atob('aHR0cHM6Ly9leGFtcGxlLmNvbQ==').
Usage
SDK
TODO
Babel Plugin
.babelrc
export default {
plugins: ['encode-domains/babel-plugin'],
}Setup
Install the dependencies:
pnpm run installGet Started
Run and debug the module:
pnpm run devRun test cases:
pnpm run testBuild the module for production:
pnpm run buildEnable optional features:
pnpm run newOther commands:
pnpm run lint # Lint and fix source files
pnpm run change # Add a new changeset
pnpm run bump # Update version and changelog via changeset
pnpm run release # Release the packageFor more information, see the Modern.js Module documentation.
