{"id":13424685,"url":"https://github.com/ycd/manage-fastapi","last_synced_at":"2025-05-14T22:09:07.434Z","repository":{"id":37092848,"uuid":"285693274","full_name":"ycd/manage-fastapi","owner":"ycd","description":":rocket: CLI tool for FastAPI. Generating new FastAPI projects \u0026 boilerplates made easy.    ","archived":false,"fork":false,"pushed_at":"2024-03-01T21:16:58.000Z","size":4674,"stargazers_count":1737,"open_issues_count":22,"forks_count":106,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-13T18:44:40.362Z","etag":null,"topics":["boilerplate","cli","databases","fastapi","mongodb","mysql","postgresql","project-generator","project-management","project-management-tool","sqlite","tortoise-orm"],"latest_commit_sha":null,"homepage":"https://github.com/ycd/manage-fastapi","language":"Python","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/ycd.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-06T23:40:46.000Z","updated_at":"2025-04-12T00:41:58.000Z","dependencies_parsed_at":"2024-01-03T02:29:55.314Z","dependency_job_id":"84c58e21-c378-47b8-82dc-be544d67bc26","html_url":"https://github.com/ycd/manage-fastapi","commit_stats":{"total_commits":194,"total_committers":8,"mean_commits":24.25,"dds":"0.48453608247422686","last_synced_commit":"ea9729f58891bbcb0ffefd9d9b62ec231f7ee1b7"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycd%2Fmanage-fastapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycd%2Fmanage-fastapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycd%2Fmanage-fastapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ycd%2Fmanage-fastapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ycd","download_url":"https://codeload.github.com/ycd/manage-fastapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235701,"owners_count":22036964,"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","cli","databases","fastapi","mongodb","mysql","postgresql","project-generator","project-management","project-management-tool","sqlite","tortoise-orm"],"created_at":"2024-07-31T00:00:57.812Z","updated_at":"2025-05-14T22:09:02.419Z","avatar_url":"https://github.com/ycd.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003emanage-fastapi\u003c/h1\u003e\n\n[manage-fastapi](https://github.com/ycd/manage-fastapi) Project generator and manager for FastAPI\n\n\n![manage_fastapi](assets/readme.gif)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/ycd/manage-fastapi\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/last-commit/ycd/manage-fastapi?style=for-the-badge\" alt=\"Latest Commit\"\u003e\n    \u003c/a\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/ycd/manage-fastapi/Test?style=for-the-badge\"\u003e\n        \u003cimg src=\"https://img.shields.io/codecov/c/github/ycd/manage-fastapi?style=for-the-badge\"\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://pypi.org/project/manage-fastapi\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/manage-fastapi?style=for-the-badge\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/manage-fastapi?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/ycd/manage-fastapi?style=for-the-badge\"\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n\n---\n\n**Source Code**: View it on [Github](https://github.com/ycd/manage-fastapi/)\n\n---\n\n\n##  Features 🚀\n\n* #### Creates customizable **project boilerplate.**\n* #### Creates customizable **app boilerplate.**\n* #### Handles the project structuring for you.\n* #### Optional Dockerfile generation.\n* #### Optional docker-compose generation for your project needs.\n* #### Optional pre-commit hook generation.\n\n\n## Installation 📌\n\n* Prerequisites\n    * Python 3.7 +\n\nManage FastAPI can be installed by running\n\n```python\npip install manage-fastapi\n```\n\n\n## Getting started 🎈\n\nEasiest way to start is using the defaults:\n\n```bash\nfastapi startproject [name]\n```\n\nBut there is an **interactive** mode!\n\n```bash\nfastapi startproject [name] --interactive\n```\n\n\n\n## Command line options 🧰\n\nManage FastAPI provides three different commands.\n\nYou can list them with\n\n```bash\nfastapi --help\n```\n\n\u003cimg src=\"docs/docs_assets/fastapi-help.png\" width=600\u003e\n\nThe idea is to have a highly customizable CLI, but at the same time a simple interface for new users. You can see the available options for `startproject` running `fastapi startproject --help`:\n\n\u003cimg src=\"docs/docs_assets/startproject-help.png\" width=600\u003e\n\nThe other commands are already available but the current implementation is too shallow. More details about `startapp` and `run` commands will be provided once they have more functionalities, at the moment you can run `startapp` by just:\n\n```bash\nfastapi startapp {name}\n```\n\nOn the other hand, the `run` command expects you to have a `startproject` structure:\n\n```bash\nfastapi run\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","funding_links":[],"categories":["Third-Party Extensions","Python","Commands"],"sub_categories":["Developer Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fycd%2Fmanage-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fycd%2Fmanage-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fycd%2Fmanage-fastapi/lists"}