1.0.0 • Published 7 years ago

dext-base64-encode-plugin v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

dext-base64-encode-plugin

Dext plugin that allows to encode and decode any text into base64. Very usefull for devs, for example, to generate HTTP Basic authentication payloads.

Install

More examples are available in the examples folder.

dpm install dext-base64-encode-plugin

Requires Dext and dpm.

Usage

In Dext, type base64 encode|decode. When clicking on the result, the resulting string will be copied to clipboard.

Contributing

  1. Clone to repository.
  2. Install dependencies npm install
  3. To be able to use the local project in dext, run dpm link from the root of the cloned repository.

License

MIT © Bruno Paz