{"id":18273205,"url":"https://github.com/wr-projects/monorepojs-scaffolding","last_synced_at":"2026-04-02T18:53:42.968Z","repository":{"id":103648501,"uuid":"581679292","full_name":"wr-projects/monorepojs-scaffolding","owner":"wr-projects","description":"💫 Tools to create JavaScript/TypeScript monorepos based on open source standards and best practices to create NodeJS packages.","archived":false,"fork":false,"pushed_at":"2025-03-17T23:41:36.000Z","size":658,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-20T03:03:39.452Z","etag":null,"topics":["2022","2022-project","automated","ci","github","github-actions","github-automated","github-jstemplate","github-template","javascript","js","open-source","organization","template","ts","typescript","webreadyprojects","workflows","wrprojects"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/wr-projects.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-23T23:32:27.000Z","updated_at":"2024-12-15T23:16:24.000Z","dependencies_parsed_at":"2024-02-15T02:23:44.472Z","dependency_job_id":"fb448e0f-1469-4229-8462-07d11eec00fe","html_url":"https://github.com/wr-projects/monorepojs-scaffolding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"wr-projects/github-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wr-projects%2Fmonorepojs-scaffolding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wr-projects%2Fmonorepojs-scaffolding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wr-projects%2Fmonorepojs-scaffolding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wr-projects%2Fmonorepojs-scaffolding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wr-projects","download_url":"https://codeload.github.com/wr-projects/monorepojs-scaffolding/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247973311,"owners_count":21026634,"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":["2022","2022-project","automated","ci","github","github-actions","github-automated","github-jstemplate","github-template","javascript","js","open-source","organization","template","ts","typescript","webreadyprojects","workflows","wrprojects"],"created_at":"2024-11-05T12:05:35.732Z","updated_at":"2025-12-30T23:05:32.897Z","avatar_url":"https://github.com/wr-projects.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintainer](https://img.shields.io/badge/Maintainer-WRProjects-7F187F)](https://github.com/wr-projects/)\n![./LICENSE](https://img.shields.io/github/license/wr-projects/monorepojs-scaffolding)\n[![REUSE status](https://api.reuse.software/badge/github.com/wr-projects/github-template)](https://api.reuse.software/info/github.com/wr-projects/monorepojs-scaffolding)\n[![OSSLifecycle](https://img.shields.io/osslifecycle/wr-projects/github-template)](https://github.com/wr-projects/monorepojs-scaffolding/blob/main/OSSMETADATA)\n[![Fosstars security rating](https://raw.githubusercontent.com/wr-projects/monorepojs-scaffolding/.github/assets/fosstars-report/fosstars-security-rating.svg)](https://github.com/wr-projects/monorepojs-scaffolding/blob/fosstars-report/fosstars_security_rating.md)\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n# monorepojs-scaffolding\n\nScaffolding tools for creating and mainting projects based on WebReady Projects Open Source standards and best practices.\n\nThe project has 3 parts - \n\n1.  [Cookiecutter template to generate WRProjects OSS Policy files e.g. LICENSE, CONTRIBUTING, README, etc.]()\n2.  [Script to add License headers to all source files in a project]()\n3.  [Lint a repository for common missing files (repolinter)]()\n\n---\n\n## 1. Cookiecutter template to generate OSS policy files\n\nA [cookiecutter](https://github.com/cookiecutter/cookiecutter) template to generate necessary files for a WebReady Projects.\n\n### Requirements\n\nInstall `cookiecutter` command line: `pip install cookiecutter`\n\n### Usage\n\nRun cookiecutter against this repository.\n\n`cookiecutter htps://github.com/wr-projects/monorepojs-scaffolding` or `cookiecutter gh:wr-projects/monorepojs-scaffolding`\n\nor\n\nYou can also run it locally after cloning this repository:\n`cookiecutter /path/to/directory`\n\nSee [documentation]() for more usage instructions.\n\n### Inputs\n\nSee [cookiecutter.json](/cookiecutter.json) for all the variables required as input. Here is the list of places they are used\n - `organization`:\n - `discord_url`:\n - `organiation_email`:\n - `support_email`:\n - `project_owner`:\n - `owner_email`:\n - `project_slug`:\n - `github_repo_url`: \n - `short_description`:\n - `project_homepage`:\n - `documentation_homepage`:\n - `package_slug`:\n - `package_description`:\n - `package_license_type`:\n - `release_year`:\n\n---\n\n## 2. License Headers\n\nIf you need to add headers to a lot of files, we recommend using the [google/addlicense](https://github.com/wr-projects/addlicense) tool.\n\n---\n\n## 3. Linting (repolinter)\n\nLint all the necessary files in the project. - [Project Homepage](https://github.com/todogroup/repolinter)\n\n- To run against a directory, use `npx repolinter /my/code/dir`\n- To run against a git repository, use the --git option: `npx repolinter --git https://my.git.code/awesome`\n- Note, if you are running a version of npm \u003c 5.2.0, run `npm install npx` first.\n\n---\n\n## Contributors\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.facebook.com/profile.php?id=100009457709527\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16638358?v=4?s=100\" width=\"100px;\" alt=\"Gregoire Favreau\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGregoire Favreau\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#projectManagement-GregoireF\" title=\"Project Management\"\u003e📆\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## Credits \n\nThanks to [Cookiecutter](https://github.com/cookiecutter/cookiecutter) for the utility\n\n## Social networks\n\nFollow [@WebReadyProjects](https://twitter.com/WebReadyCompany) on Twitter for updates.\n\n## License\n\n[MIT](https://github.com/wr-projects/monorepojs-scaffolding/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwr-projects%2Fmonorepojs-scaffolding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwr-projects%2Fmonorepojs-scaffolding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwr-projects%2Fmonorepojs-scaffolding/lists"}