maxdevjs / caninameit

A cli tool to help you see a npm name is already taken because this a problem now 😱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I name it ?

Build Status

A cli tool to help you see a npm name is already taken because this a problem now 😱

Install

npm install --global caninameit
yarn global add caninameit

Examples

$ caninameit --help

  Usage
    caninameit [input] {--flag}

  Examples
    $ caninameit preact
     > Damn it, the name is already taken ☹️

		 It was created by:
		   Jason Miller

		 It's at version:
		   8.2.1

		 You can find it at:
		   https://www.npmjs.com/package/preact

	 $ caninameit react --idc
 	 > Damn it, the name is already taken ☹️

	 $ caninameit wtv-name-you-want
    > NICE! The name is not taken you can claim it! πŸ• πŸŽ‰πŸŽ‰πŸŽ‰

TODO

- Add publish flag to auto publish a package and secure your name

License

MIT Β© Sara Vieira

About

A cli tool to help you see a npm name is already taken because this a problem now 😱

License:MIT License


Languages

Language:JavaScript 100.0%