A Command line utility to do stuff
Because I write useful code (at least for me), and want to install it in all of my environments
npm install -g askmike # Install globally, not to the project
askmike ip # Prints your ip address
Command | Purpose |
---|---|
cfg-check | Check your settings, proxies, .npmrc etc |
ip | Show all ip addresses and interface names |
Testing is quite simple atm. Feel free to add test cases, particularly if something is broken.
npm run test
No need, this is a dev time tool. You don't even need to add it to your project
Feel free to submit pull requests
- Mike King - Initial work
This project is licensed under the MIT License