current-cli
v0.0.1
Published
See what language versions are configured in your current environment
Readme
⚡️ Current
See what language versions are configured in your current environment
Installation
npm i -g current-cliUsage
$ current --help
Usage: index [options] <language>
Options:
-c, --configure Configure
-h, --help output usage informationConfiguration
On first run, or at any time you can configure current so that it knows what languages you'd like to see reported. Run current --configure and it will prompt you
Viewing all versions
$ current
go: 1.8.3
java: 1.8.0_102
ruby: 2.4.1p111Viewing a single version
Assuming you've entered a language that is currently supported, current will return the configured version:
$ current go
1.8.3Roadmap
- Support additional languages (see
languages) - Support registering commands
current --register <name> --command <shellcommand> - Support toggling languages without running a full configuration
current --add elixir
Contributing
Please read the contribution guidelines in order to make the contribution process easy and effective for everyone involved.
Copyright
Copyright (c) Steve Agalloco. See LICENSE for details.
