canibekiked
Version:
Tool to check if any of your NPM repository name is trademarked
48 lines (27 loc) • 1.21 kB
Markdown
# canibekiked
Tool to check if any of your NPM repository name is trademarked.

[](http://travis-ci.org/parro-it/canibekiked)
[](https://npmjs.org/package/canibekiked)
[](https://npmjs.org/package/canibekiked)
# Installation
```bash
npm install -g canibekiked
```
# Usage
Check all repositories of user you are currently logged in on NPM:
```bash
$ canibekiked
```
Check all repositories of a particulr user:
```bash
$ canibekiked parroit
```
# Related projects
* [is-trademarked](https://github.com/egoist/is-trademarked) - Check if a word is trademarked.
This project is inspired by this [issue on is-trademarked repo](https://github.com/egoist/is-trademarked/issues/3).
Canibekiked API module depends on this project.
* [canibekiked-api](https://github.com/parro-it/canibekiked-api) - API used by this cli module.
# License
The MIT License (MIT)
Copyright (c) 2016 parro-it