Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuj-thakur-513/cli-url-expander
A simple CLI command to expand short URLS like bitly or tinyurl
https://github.com/anuj-thakur-513/cli-url-expander
Last synced: 9 days ago
JSON representation
A simple CLI command to expand short URLS like bitly or tinyurl
- Host: GitHub
- URL: https://github.com/anuj-thakur-513/cli-url-expander
- Owner: anuj-thakur-513
- Created: 2024-04-24T13:29:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T15:01:41.000Z (9 months ago)
- Last Synced: 2024-11-15T05:32:12.388Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI-URL-Expander
A simple CLI command to expand short URLS like bitly or tinyurl. Basically it'll help us know what's behind that short URL without visiting it.
## Screenshots
## Run Locally
Clone the project
```bash
git clone https://github.com/anuj-thakur-513/CLI-URL-Expander.git
```Go to the project directory
```bash
cd CLI-URL-Expander
```Install dependencies
```bash
npm install
```Install the Command Globally to CLI
```bash
npm install -g .
```Run the command to know how to use the command
```bash
expand-url --help
```