{"id":20243863,"url":"https://github.com/mediamonks/pota","last_synced_at":"2025-04-10T20:32:29.188Z","repository":{"id":38458372,"uuid":"335599344","full_name":"mediamonks/pota","owner":"mediamonks","description":"Pota :tipping_hand_person: tools to carry your projects","archived":false,"fork":false,"pushed_at":"2023-05-09T11:21:48.000Z","size":152706,"stargazers_count":12,"open_issues_count":52,"forks_count":5,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-03-28T21:38:51.003Z","etag":null,"topics":["build-tool","cli","javascript","muban","npm","porter","pota","react","skeleton","template","typescript","vite","webpack"],"latest_commit_sha":null,"homepage":"https://mediamonks.github.io/pota/","language":"TypeScript","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/mediamonks.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":"support/twig-server/.gitignore","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-03T11:15:44.000Z","updated_at":"2023-08-15T07:11:34.000Z","dependencies_parsed_at":"2024-06-18T22:57:35.350Z","dependency_job_id":null,"html_url":"https://github.com/mediamonks/pota","commit_stats":{"total_commits":798,"total_committers":9,"mean_commits":88.66666666666667,"dds":"0.13408521303258147","last_synced_commit":"ce32ead8122deda6fd77f99f39b136ffe89a1ae6"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Fpota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Fpota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Fpota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediamonks%2Fpota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mediamonks","download_url":"https://codeload.github.com/mediamonks/pota/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247871111,"owners_count":21009987,"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":["build-tool","cli","javascript","muban","npm","porter","pota","react","skeleton","template","typescript","vite","webpack"],"created_at":"2024-11-14T09:09:44.505Z","updated_at":"2025-04-10T20:32:29.163Z","avatar_url":"https://github.com/mediamonks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pota\n\n**Pota** - a collection of tools to support the **creation** and **management** of Node.js projects.\n\n- **Create**: Pota provides you with a set of officially supported and managed [`templates`](templates) and [`scripts`](scripts), which can be composed together into a project using the [`@pota/create`](core/create-pota) command. It also allows you to bring your own [`template`](templates) or [`scripts`](scripts), if you already have something that you are comfortable with, but still want to utilize [`create-pota`](core/create-pota).\n- **Manage**: Have you ever wanted to change something about your build tool, customize it or easily add new commands? The [`@pota/cli`](core/cli) package and the [`scripts`](scripts) designed around it provide you with such possibilities.\n\nAll of this and more is possible through the `pota` command.\n\n## Getting Started\n\nTo get started, we recommend creating a brand new project using [`@pota/create`](core/create-pota):\n\n```bash\nnpm init @pota\n```\n\n## Packages\n\n| Package                                              | Type                  | Version                                                                                     |\n|------------------------------------------------------| --------------------- |---------------------------------------------------------------------------------------------|\n| [@pota/create](core/create-pota)                     | [Core](core)          | ![create-pota version](https://img.shields.io/npm/v/@pota/create.svg?label=%20)             |\n| [@pota/cli](core/cli)                                | [Core](core)          | ![cli version](https://img.shields.io/npm/v/@pota/cli.svg?label=%20)                        |\n| [@pota/webpack-scripts](scripts/webpack)             | [Scripts](scripts)    | ![webpack version](https://img.shields.io/npm/v/@pota/webpack-scripts.svg?label=%20)        |\n| [@pota/react-webpack-scripts](scripts/react-webpack) | [Scripts](scripts)    | ![react-webpack version](https://img.shields.io/npm/v/@pota/react-webpack-scripts.svg?label=%20) |\n| [@pota/muban-webpack-scripts](scripts/muban-webpack) | [Scripts](scripts)    | ![muban-webpack version](https://img.shields.io/npm/v/@pota/muban-webpack-scripts.svg?label=%20) |\n| [@pota/vite-scripts](scripts/vite)                   | [Scripts](scripts)    | ![vite version](https://img.shields.io/npm/v/@pota/vite-scripts.svg?label=%20)              |\n| [@pota/react-vite-scripts](scripts/react-vite)       | [Scripts](scripts)    | ![react-vite version](https://img.shields.io/npm/v/@pota/react-vite-scripts.svg?label=%20)  |\n| [@pota/plop-scripts](scripts/plop)                   | [Scripts](scripts)    | ![plop version](https://img.shields.io/npm/v/@pota/plop-scripts.svg?label=%20)              |\n| [@pota/vanilla-template](templates/vanilla)          | [Template](templates) | ![vanilla version](https://img.shields.io/npm/v/@pota/vanilla-template.svg?label=%20)       |\n| [@pota/react-template](templates/react)              | [Template](templates) | ![react version](https://img.shields.io/npm/v/@pota/react-template.svg?label=%20)           |\n| [@pota/react-base-template](templates/react-base)    | [Template](templates) | ![react-base version](https://img.shields.io/npm/v/@pota/react-base-template.svg?label=%20) |\n| [@pota/muban-template](templates/muban)              | [Template](templates) | ![muban version](https://img.shields.io/npm/v/@pota/muban-template.svg?label=%20)           |\n| [@pota/next-template](templates/next)                | [Template](templates) | ![next version](https://img.shields.io/npm/v/@pota/next-template.svg?label=%20)             |\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## License\n\nPota is [MIT licensed](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediamonks%2Fpota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmediamonks%2Fpota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediamonks%2Fpota/lists"}