0.0.3 • Published 4 years ago

web-dev-helper v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Web Developer Helper - wdh CLI

A CLI for quick help the web developer who just want simple stuff.

installing

Get the package from NPM:

$ npm install -g web-dev-helper

Or with yarn:

$ yarn global add web-dev-helper

Using

Get rgb and rgba from hexadecimal color

$ wdh hex-to-rgb 878787
Your rgb color: rgb(135, 135, 135) or rgba(135, 135, 135, 1)

or with the alias:

$ wdh htr 878787
Your rgb color: rgb(135, 135, 135) or rgba(135, 135, 135, 1)

Generate random string

$ wdh random --string

or with the alias:

$wdh rdm --string

License

MIT - see LICENSE

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago