0.0.3 • Published 6 years ago
web-dev-helper v0.0.3
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-helperOr with yarn:
$ yarn global add web-dev-helperUsing
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 --stringor with the alias:
$wdh rdm --stringLicense
MIT - see LICENSE