0.1.0 • Published 7 years ago

squatter-cli v0.1.0

Weekly downloads
5
License
MPL-2.0
Repository
github
Last release
7 years ago

squatter-cli Build status for Squatter CLI Build status for Squatter CLI on Windows

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.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.

0.1.0

7 years ago