importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

Add usage information #28

Closed TooTallNate closed 4 years ago

TooTallNate commented 4 years ago

Printed when there's no module.

$ import
Usage: import "org/repo/mod.sh"

  Documentation: https://import.pw
  Core Modules: https://github.com/importpw

  Examples:
    import "assert"  # import the latest commit of the 'assert' module
    import "assert@2.1.3"  # import the tag `2.1.3` of the 'assert' module
    import "tootallnate/hello"  # import from the GitHub repo `tootallnate/hello`
    import "https://git.io/fAWiz"  # import from a fully qualified URL