{"id":17124974,"url":"https://github.com/mattphillips/oss-box","last_synced_at":"2025-04-13T06:13:12.909Z","repository":{"id":57316636,"uuid":"107326742","full_name":"mattphillips/oss-box","owner":"mattphillips","description":"Open source project boilerplate generator 📦","archived":false,"fork":false,"pushed_at":"2017-11-13T20:09:57.000Z","size":112,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T06:13:12.597Z","etag":null,"topics":["boilerplate","generator","open-source","oss"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/oss-box","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/mattphillips.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-17T21:36:40.000Z","updated_at":"2018-12-21T12:52:17.000Z","dependencies_parsed_at":"2022-08-25T21:11:02.601Z","dependency_job_id":null,"html_url":"https://github.com/mattphillips/oss-box","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattphillips%2Foss-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattphillips%2Foss-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattphillips%2Foss-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattphillips%2Foss-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattphillips","download_url":"https://codeload.github.com/mattphillips/oss-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670436,"owners_count":21142904,"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":["boilerplate","generator","open-source","oss"],"created_at":"2024-10-14T18:43:49.124Z","updated_at":"2025-04-13T06:13:12.865Z","avatar_url":"https://github.com/mattphillips.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eoss-box\u003c/h1\u003e\n\n📦\n\nOpen source project boilerplate generator\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n[![Build Status](https://img.shields.io/travis/mattphillips/oss-box.svg?style=flat-square)](https://travis-ci.org/mattphillips/oss-box)\n[![Code Coverage](https://img.shields.io/codecov/c/github/mattphillips/oss-box.svg?style=flat-square)](https://codecov.io/github/mattphillips/oss-box)\n[![version](https://img.shields.io/npm/v/oss-box.svg?style=flat-square)](https://www.npmjs.com/package/oss-box)\n[![downloads](https://img.shields.io/npm/dm/oss-box.svg?style=flat-square)](http://npm-stat.com/charts.html?package=oss-box\u0026from=2017-09-14)\n[![MIT License](https://img.shields.io/npm/l/oss-box.svg?style=flat-square)](https://github.com/mattphillips/oss-box/blob/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Roadmap](https://img.shields.io/badge/%F0%9F%93%94-roadmap-CD9523.svg?style=flat-square)](https://github.com/mattphillips/oss-box/blob/master/docs/ROADMAP.md)\n[![Examples](https://img.shields.io/badge/%F0%9F%92%A1-examples-ff615b.svg?style=flat-square)](https://github.com/mattphillips/oss-box/blob/master/docs/EXAMPLES.md)\n\n## Problem\n\nStarting a new open source project is a pain to setup all of the boilerplate\n\n## Solution\n\nAutomate as much of the boilerplate as possible 😎. `oss-box` is an interactive generator of new open source\nJavaScript projects.\n\n## Installation\n\nWith npm:\n```sh\nnpm install -g oss-box\n```\n\nWith yarn:\n```sh\nyarn global add oss-box\n```\n\n## Usage\n\nRun the following and answer the prompts\n```bash\noss-box my-cool-project\n```\n\nWill generate the following project:\n\n```\nmy-cool-project\n├── .all-contributorsrc\n├── .github\n│   ├── ISSUE_TEMPLATE.md\n│   └── PULL_REQUEST_TEMPLATE.md\n├── .gitignore\n├── .travis.yml\n├── CONTRIBUTING.md\n├── LICENSE\n├── README.md\n├── docs\n│   ├── EXAMPLES.md\n│   └── ROADMAP.md\n└── package.json\n```\n\n## Defaults\n\nThis generator has the following defaults:\n\n - CI: [Travis](https://travis-ci.org/) is the default continuous integration provider\n - Code coverage: [Codecov](https://codecov.io/) is the default code coverage provider\n - License: [MIT](https://opensource.org/licenses/MIT)\n - Contributors: [all-contributors](https://github.com/kentcdodds/all-contributors) specification is configured to\n acknowledge contributors to the project from everyone\n\n## Other solutions\n\nThis package is inspired by [@kentcdodds](https://github.com/kentcdodds)'s [generator-kcd-oss](https://github.com/kentcdodds/generator-kcd-oss) project\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/5610087?v=4\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003eMatt Phillips\u003c/sub\u003e](http://mattphillips.io)\u003cbr /\u003e[💻](https://github.com/mattphillips/oss-box/commits?author=mattphillips \"Code\") [📖](https://github.com/mattphillips/oss-box/commits?author=mattphillips \"Documentation\") [🚇](#infra-mattphillips \"Infrastructure (Hosting, Build-Tools, etc)\") |\n| :---: |\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattphillips%2Foss-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattphillips%2Foss-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattphillips%2Foss-box/lists"}