https://github.com/cloudinary-community/cloudinary-util
https://github.com/cloudinary-community/cloudinary-util
cloudinary hacktoberfest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudinary-community/cloudinary-util
- Owner: cloudinary-community
- License: mit
- Created: 2023-01-25T20:39:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-15T23:29:19.000Z (3 months ago)
- Last Synced: 2025-09-26T01:10:42.118Z (3 months ago)
- Topics: cloudinary, hacktoberfest
- Language: TypeScript
- Homepage: https://cloudinary-util.vercel.app
- Size: 1.77 MB
- Stars: 13
- Watchers: 4
- Forks: 19
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](#contributors-)

######
# Cloudinary Util
Libraries intended to help plugin or integration developers have an easier time working with [Cloudinary](https://cloudinary.com/).
Getting Started • Working Locally
**This is a community library supported by the Cloudinary Developer Experience team.**
## 🚀 Getting Started
Learn what tools are available and how to install them:
- [URL Loader](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/url-loader): Construct a Cloudinary URL given a set of options
- [Util](https://github.com/colbyfayock/cloudinary-util/tree/main/packages/util): Set of functions to help working with Cloudinary
_The minimum node version officially supported is version 18._
## 🧰 Working Locally with Cloudinary Util
### Installation
- Install all dependencies via [pnpm](https://pnpm.io/):
```
pnpm install
```
### Development
- Start a development server for all projects:
```
pnpm dev
```
### Testing
- Run all tests:
```
pnpm test
```
### Building
- Build all packages:
```
pnpm build
```
## ✨ Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Colby Fayock
💻 📖

Trong
💻

Shannan Bunch
⚠️

Kobe Ruado
💻

Michael Jolley
💻

David Blass
💻

Nick Taylor
💻

Willow (GHOST)
💻

Yash Mathur
💻

Soumyadip Moni
💻

NOORAS FATIMA ANSARI
💻

Ayan Joshi
💻

Mrinank Bhowmick
💻

Saai Syvendra
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!