Awesome
Go StackOverflow
A pretty simple and easy way to find solutions at StackOverflow.
Install
$ npm install gostack -g
This will make gostack
and the shorter stack
alias available on the command line.
Usage
$ stack '<question>' <options>
Important: run stack -h
to output help.
Example
$ stack 'What is NodeJS?'
Sort the articles by number of votes
$ stack 'What is NodeJS?' -V
or
$ stack 'What is NodeJS?' --votes
Contribute
Feel free to contribute with this project or leave a suggestion.
License
MIT License © Vitor Britto