{"id":30523740,"url":"https://github.com/zhravan/utilite","last_synced_at":"2025-08-26T20:48:07.155Z","repository":{"id":192099364,"uuid":"682957809","full_name":"zhravan/utilite","owner":"zhravan","description":"A powerful utility library for clean code in js (npm package)","archived":false,"fork":false,"pushed_at":"2025-05-25T20:56:24.000Z","size":299,"stargazers_count":2,"open_issues_count":8,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T19:44:29.843Z","etag":null,"topics":["bun","bunjs","hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","javascript","nodejs","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"https://shravan20.github.io/utilite/","language":"TypeScript","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/zhravan.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,"zenodo":null}},"created_at":"2023-08-25T09:01:23.000Z","updated_at":"2025-05-25T20:56:28.000Z","dependencies_parsed_at":"2023-09-02T14:58:57.891Z","dependency_job_id":"8db221d6-4820-43dc-85db-04db49b05d80","html_url":"https://github.com/zhravan/utilite","commit_stats":{"total_commits":33,"total_committers":5,"mean_commits":6.6,"dds":0.4545454545454546,"last_synced_commit":"b1369ca654167a8329b3e755dd6a55e1f54c2dd9"},"previous_names":["shravan20/flare","shravan20/flare.ts","zhravan/utilite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zhravan/utilite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Futilite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Futilite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Futilite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Futilite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhravan","download_url":"https://codeload.github.com/zhravan/utilite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhravan%2Futilite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254426,"owners_count":24901039,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bun","bunjs","hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest2023","javascript","nodejs","typescript","typescript-library"],"created_at":"2025-08-26T20:48:06.376Z","updated_at":"2025-08-26T20:48:07.129Z","avatar_url":"https://github.com/zhravan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" width=\"20%\" src=\"https://raw.githubusercontent.com/shravan20/utilite/main/assets/logo.png\" alt=\"logo\"/\u003e\n  \u003ch5 align=\"center\"\u003eutilite: a powerful utility library for clean code in js \u0026 ts ecosystem\u003c/h5\u003e\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eJoin us at our server for any discussion, guidance and help:\u003c/b\u003e\n\u003ca href=\"https://discord.gg/2nN2VqwNaK\"\u003e\n  \u003cimg align=\"center\" width=\"10%\" src=\"https://dcbadge.vercel.app/api/server/2nN2VqwNaK\" alt=\"logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### Setup\n\n- How to setup the code?\n\n1. Clone the [repository](https://github.com/shravan20/utilite)\n\n2. Provide NPM and Node.js is installed locally,\n\n```\n  npm install\n```\n\n3. Now to validate if everything is working fine, please run the following command:\n\n```\n  npm run check-setup\n```\n\nVoila! The successful execution ensures setup has been done properly.\n\n---\n\nTo use as the `utilite` [npm package](https://www.npmjs.com/package/utilite):\n\n```\n  npm i utilite\n```\n\n### Usage\n\n```typescript\nimport { isAnyMatching, formatDate, compareJSONObject } from 'utilite';\n\n// Array utilities\nconst hasEvenNumber = isAnyMatching([1, 3, 4, 5], (value) =\u003e value % 2 === 0);\n\n// Date utilities  \nconst formattedDate = formatDate(new Date(), 'MM/DD/YYYY');\n\n// JSON utilities\nconst diff = compareJSONObject(obj1, obj2);\n```\n\n### Features Supported\n\n- Date Utils\n- Array Utils\n- JSON Utils\n- Math Utils\n\n### Features to be Supported\n\n- Function Utils\n- CSV Utils\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhravan%2Futilite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhravan%2Futilite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhravan%2Futilite/lists"}