0.1.1 • Published 2 years ago

engines-lookup v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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