Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Feature (CLI): Dependency checker. #33

Open
ryan-roemer opened this issue Jul 9, 2020 · 0 comments
Open

Feature (CLI): Dependency checker. #33

ryan-roemer opened this issue Jul 9, 2020 · 0 comments
Labels
feature New feature or request

Comments

@ryan-roemer
Copy link
Member

ryan-roemer commented Jul 9, 2020

Should be pretty straightforward to add a check-deps CLI action that takes:

  1. An input file (or files) (or all files in repo not in node_modules or gitignored)
    2.A package.json

... and then outputs:

  1. Unused packages in package.json
  2. Missing imports

See https://www.npmjs.com/package/depcheck for other ideas...

@ryan-roemer ryan-roemer added the feature New feature or request label Jul 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant