Galooshi / import-js

A tool to simplify importing JS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve CLI documentation

mattkime opened this issue · comments

I see docs here - https://github.com/Galooshi/import-js/#command-line-tool - that shows how to pass arguments to a given command but it doesn't say what the commands do. I've figured out that goto resolves the import statement to the file where its defined but the others remain a mystery. Just curious if we could get more explanation.

The docs for the CLI tool are thin, I agree. I’d be happy to accept a PR updating the readme file!

What does word do? What does search do? (locate an import statement in a file?)