engines-lookup
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

engines-lookup

NPM Version NPM Downloads

A tool to check what engines are advised by the dependencies

Usage

npx engines-lookup [options] [path]

If a project's path isn't provided, the program will use "."

Options

  • -t, --table : Shows a table of package's name and advised engines. Default: false

  • -s, --sort <engine> : Sorts the table entries by the engine specified. The first entry will always be the project at the path. Default: "node"

  • -a, --add : Adds the result to the project's package.json file. Default: false

  • -v, --version : Displays the current version of engines-lookup

  • -h, --help : Shows a help message

Package Sidebar

Install

npm i engines-lookup

Weekly Downloads

4

Version

0.1.1

License

MIT

Unpacked Size

31.3 kB

Total Files

36

Last publish

Collaborators

  • gonza7aav