{"id":25000150,"url":"https://github.com/thinkmill/shed","last_synced_at":"2025-03-29T18:43:23.412Z","repository":{"id":57166286,"uuid":"130936563","full_name":"Thinkmill/shed","owner":"Thinkmill","description":"🚲 Find all your bike shedding needs under one roof","archived":false,"fork":false,"pushed_at":"2018-05-28T00:42:13.000Z","size":89,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":23,"default_branch":"develop","last_synced_at":"2025-03-25T09:11:24.719Z","etag":null,"topics":[],"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/Thinkmill.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}},"created_at":"2018-04-25T02:00:33.000Z","updated_at":"2023-01-01T11:24:10.000Z","dependencies_parsed_at":"2022-08-24T12:50:41.918Z","dependency_job_id":null,"html_url":"https://github.com/Thinkmill/shed","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thinkmill%2Fshed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thinkmill%2Fshed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thinkmill%2Fshed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thinkmill%2Fshed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thinkmill","download_url":"https://codeload.github.com/Thinkmill/shed/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230500,"owners_count":20744346,"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":[],"created_at":"2025-02-04T19:31:33.032Z","updated_at":"2025-03-29T18:43:23.393Z","avatar_url":"https://github.com/Thinkmill.png","language":"JavaScript","readme":"# 🚲 **The Ol' Bike Shed**\n\n## What\nA series of simple scripts (aka _**recipes**_) to scaffold up a project with Thinkmill specific conventions.\n\n## Prerequisites\n```sh\nnode \u003e=8\nyarn\n# If you don't have it, `brew install yarn`\n```\n\n## Usage\n```sh\n$ npx @thinkmill/shed\n# or\n$ npm i -g @thinkmill/shed\n```\n\n## Example\n```sh\n$ mkdir new-project \u0026\u0026 cd new-project\n$ npx @thinkmill/shed\n```\n\n## Recipes\n#### Base\nYour stock standard TM `devDependencies` and config files.\n```sh\n# Dir structure\n.\n├── .babelrc\n├── .circleci\n│   └── config.yml\n├── .editorconfig\n├── .eslintignore\n├── .eslintrc\n├── .gitignore\n├── .prettierrc\n├── __test__\n│   └── index.spec.js\n├── package.json\n└── yarn.lock\n```\n\n#### React _(I think this needs some work...)_\nA stripped-down version of [create-react-app](https://github.com/facebook/create-react-app).\n\n## Contributing\nIt's easy to add or upgrade a recipe. There's 3 places you'll need to add your code:\n1. `./src/recipes` - Add your recipe to make sure Inquirer knows what to look for.\n2. `./src/config/[your-recipe-config]` - Amend or add any config to the config files.\n\n## Todo\n- [x] Extend it to accomodate different types of 'recipes'\n- [x] Add [Inquirer](https://github.com/SBoudrias/Inquirer.js)\n- [x] Precommit, prepublish and ci scripts.\n- [x] Publish to npm\n- [ ] Get buy-in from everyone to contribute to this repo\n- [ ] Watch everyone else flesh this thing out....\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkmill%2Fshed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkmill%2Fshed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkmill%2Fshed/lists"}