@unneeded/unneeded-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

@unneeded/unneeded-cli

find unneeded files

oclif Version Downloads/week License

Usage

$ npm install -g @unneeded/unneeded-cli
$ unneeded COMMAND
running command...
$ unneeded (-v|--version|version)
@unneeded/unneeded-cli/0.1.3 darwin-x64 node-v10.16.0
$ unneeded --help [COMMAND]
USAGE
  $ unneeded COMMAND
...

Commands

unneeded help [COMMAND]

display help for unneeded

USAGE
  $ unneeded help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

unneeded ls

list all unneeded files

USAGE
  $ unneeded ls

OPTIONS
  -a, --audit=audit      (required) path relative to context of the directory you want to audit
  -c, --context=context  [default: .] cwd for unneeded, default to current directory
  -e, --entry=entry      (required) path relative to context of the entry file
  -h, --help             show CLI help

EXAMPLE
  $ unneeded ls --entry /path/to/a.js --audit /path/to
  /path/to/b.js

See code: src/commands/ls.ts

Readme

Keywords

Package Sidebar

Install

npm i @unneeded/unneeded-cli

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

5.98 kB

Total Files

9

Last publish

Collaborators

  • wyntau