1.0.3 • Published 5 years ago

strict-uri-encode-cli v1.0.3

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

strict-uri-encode-cli Build Status

A stricter URI encode adhering to RFC 3986

Install

$ npm install -g strict-uri-encode-cli

Usage

$ strict-uri-encode --help

  Usage
    $ strict-uri-encode <string>
    $ echo <string> | strict-uri-encode

  Example
    $ strict-uri-encode unicorn!foobar
    unicorn%21foobar

Related

License

MIT © Martin van Driel