Skip to content

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

License

Notifications You must be signed in to change notification settings

Matheusm25/web-dev-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages