Skip to content

gonza7aav/engines-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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