https://github.com/parro-it/canibekikked
Tool to check if any of your NPM repositories name are trademarked
https://github.com/parro-it/canibekikked
Last synced: about 1 year ago
JSON representation
Tool to check if any of your NPM repositories name are trademarked
- Host: GitHub
- URL: https://github.com/parro-it/canibekikked
- Owner: parro-it
- License: mit
- Created: 2016-03-24T11:33:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T12:12:56.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T11:13:32.942Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 153
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# canibekikked
Tool to check if any of your NPM repository name is trademarked.
> This tool was originally named "canibekiked".
> I'm not a native speaker, I had no idea what "kike" means in english before reading [this issue](https://github.com/parro-it/canibekikked/issues/2).
> I intended the word only in the sense "to suffer the same fate as the azer/kik project".
> I renamed the project, my apologies to anyone who could be offended by this.

[](http://travis-ci.org/parro-it/canibekikked)
[](https://npmjs.org/package/canibekikked)
[](https://npmjs.org/package/canibekikked)
# Installation
You need Node 4.0.0 or greater in order to use `canibekikked`.
```bash
npm install -g canibekikked
```
# Usage
Check all repositories of logged user on NPM:
```bash
$ canibekikked
```
Check all repositories of a particular user:
```bash
$ canibekikked parroit
```
# Your own API token
Since the API has rate-limit, you can supply your own API token. Sign up to [markerapi](http://www.markerapi.com/) to get one for free.
```bash
# replace with your token
$ canibekikked -t yZ32rW4Pq6
```
# 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).
canibekikked API module depends on this project.
* [canibekikked-api](https://github.com/parro-it/canibekikked-api) - API used by this cli module.
# License
The MIT License (MIT)
Copyright (c) 2016 parro-it