FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sholladay/squatter-cli: Check if a namespace on npm is being hogged. · GitHub

Repository files navigation

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.

  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.

About

Check if a namespace on npm is being hogged.

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL