Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GMartigny/crop-node-cli
✂️ CLI version of crop-node
https://github.com/GMartigny/crop-node-cli
Last synced: about 2 months ago
JSON representation
✂️ CLI version of crop-node
- Host: GitHub
- URL: https://github.com/GMartigny/crop-node-cli
- Owner: GMartigny
- License: mit
- Created: 2019-12-26T08:27:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T16:50:39.000Z (6 months ago)
- Last Synced: 2024-09-18T01:17:58.970Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# crop-node-cli
[![Package version](https://flat.badgen.net/npm/v/crop-node-cli)](https://www.npmjs.com/package/crop-node-cli)
[![Package size](https://flat.badgen.net/bundlephobia/minzip/crop-node-cli)](https://bundlephobia.com/result?p=crop-node-cli)CLI for [crop-node](https://github.com/gmartigny/crop-node).
## Installation
npm install --global crop-node-cli
## Usage
$ crop-node []
### Options
--path, -p Destination path of the output (default: cropped.png)
--format, -f Result image format (default: png)
--silent, -s Don't log success (default: false)## Example
$ crop-node src/*.png --path dist
## License
[MIT](license)