dshubhadeep / utility-tools-cli

This repo contains utility tools for manipulating files, process images and automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utility-tools-cli

This repo contains utility tools which makes life lil bit easier.

Features

  1. Rename Files in a Folder with the convention you want.
  2. Resizes images and converts the format to webp.

More features will be added.

Project Setup

  1. Clone the repository
  2. cd into the repo folder
  3. run npm i to install all dependencies.
  4. run npm i -g . to install this cli package locally
  5. running util should show the below result image

How to use

  1. util ri <path> to resize images in that path.
  2. util rm <path> <old separator> <new separator> to rename all the files replacing old separator with new separator in that. image

Hacktoberfest-2022 ✨✨

192114009-0830321a-d227-4a4d-8411-6c03b54d7ce6

Prerequisites:

  • Install git in your machine.
  • Have basic command line experiance.
  • have knowledge of basic Javascript and Node.js

Resources to follow to contribute to this project or any open source project

  1. Read this guide to open-source contribution.

  2. To add the necessary contribution that will get your Pull Request accepeted refer CONTRIBUTE.md file.

Rules and Regulations

  1. Pull requests can be submitted to any opted-in repository on GitHub or GitLab

  2. The pull request must contain commits you made yourself.

  3. If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.

  4. If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.

  5. To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.

  6. This year, the first 50,000 participants can earn a T-shirt.

Examples of low quailty contributions

  • Pull requests that are automated e.g. scripted opening pull requests to remove whitespace / fix typos / optimize images.

  • Pull requests that are disruptive e.g. taking someone else's branch/commits and making a pull request.

  • Pull requests that are regarded by a project maintainer as a hindrance vs. helping.

  • Something that's clearly an attempt to simply +1 your pull request count for October.

  • Last but not least, one pull request to fix a typo is fine, but 5 pull requests to remove a stray whitespace is not.

About

This repo contains utility tools for manipulating files, process images and automation.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%