{"id":29297105,"url":"https://github.com/tusho7/dev_tools_hub","last_synced_at":"2026-05-04T01:32:49.130Z","repository":{"id":302606618,"uuid":"1012345933","full_name":"Tusho7/dev_tools_hub","owner":"Tusho7","description":"⚡️CLI tool to scaffold modern Vite + React + TypeScript projects with TailwindCSS, built-in utilities, and optional libraries like Axios, Zustand, and more.","archived":false,"fork":false,"pushed_at":"2025-07-03T08:50:23.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-03T09:30:29.160Z","etag":null,"topics":["boilerplate","cli","fullstack-development","javascript","react","scaffolding","tailwind","tailwindcss","tool","utilities","vite","webdevelopment"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/devtools-kit","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tusho7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-07-02T07:36:57.000Z","updated_at":"2025-07-03T08:50:27.000Z","dependencies_parsed_at":"2025-07-03T09:41:59.161Z","dependency_job_id":null,"html_url":"https://github.com/Tusho7/dev_tools_hub","commit_stats":null,"previous_names":["tusho7/dev_tools_hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tusho7/dev_tools_hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tusho7%2Fdev_tools_hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tusho7%2Fdev_tools_hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tusho7%2Fdev_tools_hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tusho7%2Fdev_tools_hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tusho7","download_url":"https://codeload.github.com/Tusho7/dev_tools_hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tusho7%2Fdev_tools_hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boilerplate","cli","fullstack-development","javascript","react","scaffolding","tailwind","tailwindcss","tool","utilities","vite","webdevelopment"],"created_at":"2025-07-06T16:40:02.553Z","updated_at":"2026-05-04T01:32:49.124Z","avatar_url":"https://github.com/Tusho7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub stars](https://img.shields.io/github/stars/Tusho7/dev_tools_hub?style=social)](https://github.com/Tusho7/dev_tools_hub/stargazers)\n[![npm](https://img.shields.io/npm/dw/devtools-kit)](https://www.npmjs.com/package/devtools-kit)\n[![npm version](https://img.shields.io/npm/v/devtools-kit)](https://www.npmjs.com/package/devtools-kit)\n\n\u003e ⭐ **If you find this tool helpful, please consider giving it a star!**\n\n\n# 🛠️ dev-tools-kit\n\n`dev-tools-kit` is a simple yet powerful CLI tool that bootstraps a modern Vite + React + TypeScript project with Tailwind CSS, recommended folder structure, and optional library installation — all in one command.\n\n---\n\n## ✨ Features\n\n- 🔧 Initializes a **Vite + React + TypeScript** project  \n- 🎨 Automatically installs **Tailwind CSS** with full configuration  \n- 🗂️ Creates a clean folder structure (`components/`, `pages/`, `hooks/`, etc.)  \n- 🌈 Generates a **Tailwind color palette helper** component  \n- 🌈 Adds a **custom Tailwind color palette**:\n  - Primary / Secondary / Accent colors  \n  - Semantic tokens: `success`, `warning`, `danger`, `info`  \n  - 20+ Tailwind-style color families (`rose`, `sky`, `lime`, etc.)  \n- 📦 Allows you to choose and install optional libraries (`axios`, `react-router-dom`, `zustand`, etc.)  \n- 🧹 Removes unused default files (`App.css`, `index.css`)  \n- 👋 Generates a minimal `App.tsx` with a welcome message \n\n---\n\n## 🔧 For Developers (Local Development)\n\nIf you're contributing to or testing the CLI tool locally:\n\n```bash\ngit clone https://github.com/tusho7/dev_tools_hub.git\ncd dev-tools-hub\nnpm install\nnpm link\n```\n\n🚀 Usage, Global Installation \u0026 After Setup\n\nUsage (after local or global install)\n\n```bash\ndevtools-kit my-app\n```\n\nGlobal Installation (Recommended for users)\n\n```bash\nnpm install -g devtools-kit\ndevtools-kit my-app\n```\nAfter Setup\n```\ncd my-app\nnpm install\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusho7%2Fdev_tools_hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusho7%2Fdev_tools_hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusho7%2Fdev_tools_hub/lists"}