urlencode-cli

2.0.0 • Public • Published

urlencode-cli

URL encoding (percent-encoding) CLI

Usage

$ urlencode foo/bar@baz
foo%2Fbar%40baz

$ urlencode foo/bar baz@qux
foo%2Fbar baz%40qux

$ urlencode "foo/bar baz@qux"
foo%2Fbar%20baz%40qux

Readme

Keywords

Package Sidebar

Install

npm i urlencode-cli

Weekly Downloads

30

Version

2.0.0

License

MIT

Last publish

Collaborators

  • yassh