{"id":21304789,"url":"https://github.com/tigersway/quick-cloudinary-uploader","last_synced_at":"2025-03-15T19:26:13.022Z","repository":{"id":57688344,"uuid":"484954784","full_name":"TigersWay/quick-cloudinary-uploader","owner":"TigersWay","description":"A very simple Cloudinary uploader in a Node environment only","archived":false,"fork":false,"pushed_at":"2023-02-17T00:14:50.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T08:42:36.031Z","etag":null,"topics":["cli","cloudinary","images","nodejs-cli","upload"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TigersWay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-24T07:18:22.000Z","updated_at":"2022-08-11T01:37:45.000Z","dependencies_parsed_at":"2025-01-22T08:41:22.495Z","dependency_job_id":"856c9ab0-8e97-4c40-9cff-145c1e565669","html_url":"https://github.com/TigersWay/quick-cloudinary-uploader","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Fquick-cloudinary-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Fquick-cloudinary-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Fquick-cloudinary-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TigersWay%2Fquick-cloudinary-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TigersWay","download_url":"https://codeload.github.com/TigersWay/quick-cloudinary-uploader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779486,"owners_count":20346728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cloudinary","images","nodejs-cli","upload"],"created_at":"2024-11-21T16:16:02.650Z","updated_at":"2025-03-15T19:26:12.993Z","avatar_url":"https://github.com/TigersWay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quick-cloudinary-uploader  ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tigersway/quick-cloudinary-uploader?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/tigersway/quick-cloudinary-uploader?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues/tigersway/quick-cloudinary-uploader?style=flat-square)\n\nMostly Windows user, I didn't want to deal with Python if I didn't need to, but still needed a simple Cloudinary uploader.\nHere is an \"quick\" way.\n\n### Usage  [![npm](https://img.shields.io/npm/dm/quick-cloudinary-uploader?label=npmjs\u0026logo=npm\u0026style=flat-square) ![npm](https://img.shields.io/npm/dt/quick-cloudinary-uploader?label=npmjs\u0026logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/quick-cloudinary-uploader)\n\nYou first have to configure the required `cloud_name`, `api_key`, and `api_secret` by defining the `CLOUDINARY_URL` environment variable.\\\nYour `CLOUDINARY_URL` value is available in the dashboard page of your account console and should look like this: `CLOUDINARY_URL=cloudinary://my_key:my_secret@my_cloud_name`.\n\n#### Install\n\n`pnpm install quick-cloudinary-uploader`\n\nor\n\n`npm install quick-cloudinary-uploader`\n\n#### Command line\n\n`qcu [options] \u003cpaths...\u003e`\n\n```shell\nQuick Cloudinary Uploader (CLI)\n\nArguments:\n  paths                   paths of files to upload\n\nOptions:\n  -p, --project \u003cfolder\u003e  Cloudinary main folder or project\n  -f, --force             force upload all/even existing files\n  -v, --version           output the version number\n  -h, --help              display help for command\n```\n\n- `qcu 'images/**.*'`\\\n  will upload new images only - from your `images` folder - to your Cloudinary root media folder.\n\n- `qcu -fp my-project 'images/**/*' 'assets:**/*.{jpg,png,svg}'`\\\n  ALL images from your local `images` folder, and ALL jpg, png and svg from your `assets` folder - but without the \"assets\" part - will be uploaded to your Cloudinary folder `my-project`.\n\n### CHANGELOG\n\n- **v1.1.1**\n  - Update dependencies\n\n- **v1.1.0**\n  - Little warning when path(s) may be wrong (don't have any file)\n  - Update dependencies\n\n- **v1.0.3**\n  - Update dependencies\n  \n- **v1.0.2**\n  - README refresh\n  - Update dependencies\n\n- **v1.0.1**\n  - Update dependencies\n\n- **v1.0.0**\n  - Initial upload\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigersway%2Fquick-cloudinary-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftigersway%2Fquick-cloudinary-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftigersway%2Fquick-cloudinary-uploader/lists"}