Home

Awesome

stackoverflow-cli

<div align="center"> <b>Search any query on Stack Overflow without leaving your IDE</b> <br> <img src="https://img.shields.io/npm/v/cli-stackoverflow?color=%23f48024" alt="version"> <img src="https://img.shields.io/npm/dt/cli-stackoverflow?color=f48024" alt="downloads"> <img src="https://img.shields.io/npm/l/cli-stackoverflow?color=f48024" alt="license"> </div>

💥 stackoverflow-cli

↓ INSTALL

# install the cli globally
npm i -g cli-stackoverflow

# use it via npx
npx cli-stackoverflow

⚡️ USAGE

You can run the CLI by executing following commands inside the terminal:

stack

📃 Guide

demo

🏳 Flags

# CLI help
stack --help

help text

# Order results in ascending order
stack --asc

# Sort results according to the most activity
stack --activity

# Sort results according to  votes
stack --votes

# Sort results according to the creation
stack --creation

flags

👨🏻‍💻 CONTRIBUTORS

🔑 LICENSE