Awesome
squatter-cli
Check if a namespace on npm is being hogged.
Why?
- Find out if a package name is worth disputing.
- Filter out low quality packages in tools (e.g. search).
- Check the quality of your own packages.
Install
npm install squatter-cli --save
Usage
$ squatter --help
Usage
$ squatter <...packages>
Example
$ squatter foo
$ squatter foo bar
Exits with a non-zero status code if one or more of the packages are squatters.
Algorithm
See the API for how it works.
API
See squatter to use this programmatically.
Contributing
See our contributing guidelines for more details.
- Fork it.
- Make a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
License
Go make something, dang it.