0.8.0 • Published 7 months ago

encode-domains v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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         # 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 package

For more information, see the Modern.js Module documentation.

0.8.0

7 months ago

0.7.0

7 months ago

0.6.1

7 months ago

0.6.0

7 months ago

0.5.0

7 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.3.1

7 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago