1.0.0 • Published 5 years ago

glowpro v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

glowpro

Google+StackOverflow like a Pro

Software development is 99% using Google+StackOverflow. Let's speed that up.

Installation

npm i -g glowpro

Usage

glowpro <something something something>

Examples

Outputting code

$ glowpro how to reverse an array in JS
var a = [3,5,7,8];
a.reverse(); // 8 7 5 3

Straight into your clipboard

$ glowpro flexbox align center | pbcopy

No need to remember things anymore!

$ `glowpro install brew`