{"id":27042655,"url":"https://github.com/jacobwi/workspace-spinner","last_synced_at":"2026-04-10T01:57:51.117Z","repository":{"id":227578366,"uuid":"771748395","full_name":"jacobwi/workspace-spinner","owner":"jacobwi","description":"CLI tool for effortlessly spinning up new TypeScript project workspaces! 🚀 Easily configure Yarn workspaces, integrate essential development tools like ESLint, Prettier, and Husky. 🛠️✨","archived":false,"fork":false,"pushed_at":"2024-03-14T16:48:09.000Z","size":4305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T02:09:59.280Z","etag":null,"topics":["cli","generator","husky","inquirer","jest","monorepo","ora","react","shell","spinner","structure","typescript","vite","yarn-workspaces"],"latest_commit_sha":null,"homepage":"","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/jacobwi.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}},"created_at":"2024-03-13T21:57:42.000Z","updated_at":"2024-03-14T03:41:14.000Z","dependencies_parsed_at":"2024-03-14T04:23:06.534Z","dependency_job_id":"1d631913-572a-4f2c-8574-031269cb35ad","html_url":"https://github.com/jacobwi/workspace-spinner","commit_stats":null,"previous_names":["jacobwi/workspace-spinner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacobwi/workspace-spinner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobwi%2Fworkspace-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobwi%2Fworkspace-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobwi%2Fworkspace-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobwi%2Fworkspace-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobwi","download_url":"https://codeload.github.com/jacobwi/workspace-spinner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobwi%2Fworkspace-spinner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273753412,"owners_count":25161910,"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-09-05T02:00:09.113Z","response_time":402,"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":["cli","generator","husky","inquirer","jest","monorepo","ora","react","shell","spinner","structure","typescript","vite","yarn-workspaces"],"created_at":"2025-04-05T04:29:53.392Z","updated_at":"2026-04-10T01:57:46.085Z","avatar_url":"https://github.com/jacobwi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌀 Workspace Spinner\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jacobwi/workspace-spinner/ci.yml?style=for-the-badge\u0026logo=github\u0026label=Yarn%20CI) ![GitHub commit activity](https://img.shields.io/github/commit-activity/t/jacobwi/workspace-spinner?style=for-the-badge) ![GitHub package.json version](https://img.shields.io/github/package-json/v/jacobwi/workspace-spinner?style=for-the-badge\u0026logo=npm) ![GitHub search hit counter](https://img.shields.io/github/search/jacobwi/workspace-spinner/clone?style=for-the-badge\u0026logo=github) ![GitHub search hit counter](https://img.shields.io/github/search/jacobwi/workspace-spinner/visit?style=for-the-badge\u0026logo=github)\n\n\u003e 🚀 Effortlessly spin up new JavaScript project workspaces with just a few commands! Workspace Spinner is your CLI companion to weave together Yarn workspaces, ESLint, Prettier, Husky, and more, into a ready-to-code project structure. 🛠️✨\n\n## 📖 Description\n\nWorkspace Spinner is designed to simplify the initial setup process for developers, whether you're creating a web app, building a library, or starting a new side project. With a focus on modern JavaScript environments, this tool automates the mundane tasks, letting you dive straight into the creative part of development.\n\n## 🎥 Demo\n\n![Workspace Spinner Demo](assets/1.png)\n![Workspace Spinner Demo](assets/2.png)\n![Workspace Spinner Demo](assets/3.png)\n\nWatch Workspace Spinner in action as it sets up a new project workspace. The demo illustrates how quickly and seamlessly you can get from zero to a fully configured development environment.\n\n## 🚀 Features\n\n- **Yarn Workspace Setup**: Organize your project with Yarn workspaces for better dependency management.\n\n- **Coding Standards**: Integrate ESLint and Prettier to maintain a consistent coding style.\n\n- **Git Hooks**: Utilize Husky to enforce code quality checks before commits and pushes.\n\n- **Quick Start**: Jumpstart your project with pre-configured settings, minimizing the initial boilerplate.\n\n## 📦 Installation\n\n```bash\n\nyarn global  add  workspace-spinner\n```\n\nOr if you prefer, you can clone the repository and run it locally:\n\n```bash\n\ngit clone  https://github.com/jacobwi/workspace-spinner.git\n\n\n\ncd  workspace-spinner\n\nyarn install\n```\n\n## 🚀 Usage\n\nNavigate to your project directory and run:\n\n```bash\n\nworkspace-spinner init\n```\n\nFollow the interactive prompts to configure your workspace!\n\n## 🛠️ Development\n\nWant to contribute? Great! Workspace Spinner is a work in progress, and we welcome contributions from the community. Here's how you can help:\n\nFork the repo\n\nCreate a new feature branch (git checkout -b feature/AmazingFeature)\n\nCommit your changes (git commit -am 'Add some AmazingFeature')\n\nPush to the branch (git push origin feature/AmazingFeature)\n\nOpen a new Pull Request\n\n## 📝 License\n\nThis project is MIT licensed.\n\n⚠️ _Note: This project is a work in progress. Features are subject to change, and contributions are warmly welcomed!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobwi%2Fworkspace-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobwi%2Fworkspace-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobwi%2Fworkspace-spinner/lists"}