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 install
Get Started
Run and debug the module:
pnpm run dev
Run test cases:
pnpm run test
Build the module for production:
pnpm run build
Enable optional features:
pnpm run new
Other commands:
pnpm run lint
pnpm run change
pnpm run bump
pnpm run release
For more information, see the Modern.js Module documentation.