Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishayo/test_npm_auto_publish
This repository it to practice how to make the latest version of an npm package its default when downloaded by someone.
https://github.com/nishayo/test_npm_auto_publish
Last synced: 6 days ago
JSON representation
This repository it to practice how to make the latest version of an npm package its default when downloaded by someone.
- Host: GitHub
- URL: https://github.com/nishayo/test_npm_auto_publish
- Owner: nishaYO
- Created: 2023-10-27T04:29:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T05:00:36.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:12:47.778Z (about 1 month ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-CLI-Tool
An npm package to manipulate images using terminal.# Installation
To install the image-cli-tool globally, use the following command:
```bash
npm install -g image-cli-tool
```# Features of the image-cli-tool
- Compress an image
- Convert an image to another format
- Get image information
- Rotate Image by a specified angle# Commands
# Image Compression
- `img-cli compress `
- **Example:**
```bash
img-cli compress myimage.jpg
```# Image Conversion
- `img-cli convert `
- **Example:**
```bash
img-cli convert myimage.jpg myimage.png
```# Get Image Information
- `img-cli info `
- **Example:**
```bash
img-cli info myimage.jpg
```
# Rotate an Image
- `img-cli rotate `
- **Example:**
```bash
img-cli rotate myimage.jpg 90
```# Contribute
Feel free to explore and contribute to the image-cli-tool! If you have any improvements or additional features inmind, open an issue or submit a pull request. I would be happy to mergeπ