temando / scavenger-scent-npm

A Scavenger scent for discovering NPM repositories from users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM Scent

NPM Travis CI MIT License

A scent for Scavenger's scout command, which retrieves project information from NPM.

Installation

$ npm install -g scavenger scavenger-scent-npm

Using NPM Scent

This scent is usually invoked from Scavenger's scout command:

$ scavenger scout npm <username> [keywords]
  • <username> Your NPM username, or team name.
  • [keywords] Filter projects against their package.json keywords property. Specify multiple keywords with a comma.

This scent will retrieve details of projects the specified username has access to in NPM. The scout command is responsible for writing these details into a format that can be used by other scavenger commands such as fetch or thieve.

About

A Scavenger scent for discovering NPM repositories from users.

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 4.8%