Galooshi / import-js

A tool to simplify importing JS modules
MIT License
526 stars 70 forks source link

Improve CLI documentation #532

Open mattkime opened 5 years ago

mattkime commented 5 years ago

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.

trotzig commented 5 years ago

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

mattkime commented 5 years ago

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