3.0.3 • Published 1 year ago

imgops v3.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

ImageOps

Node based CLI to convert images on the fly, easily and locally. Uses @sharp

Installation

  1. Clone the repository:

    git clone https://github.com/8rxn/imageops
  2. Navigate to the project directory:

    cd imageops
  3. Install the dependencies:

    pnpm install

Usage

  1. Run the CLI command:

    node . init
  2. Follow the prompts or provide the required inputs.

  3. View the output or results of the CLI command.

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature
  3. Make your changes and commit them:

    git commit -m "Add your commit message here"
  4. Push your changes to your forked repository:

    git push origin feature/your-feature
  5. Open a pull request on the original repository.

3.0.3

1 year ago