Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kludex/fastapix
FastAPI X is a powerful CLI tool to help you! :rocket:
https://github.com/kludex/fastapix
boilerplate cli databases fastapi project-generator project-management project-management-tool
Last synced: 10 days ago
JSON representation
FastAPI X is a powerful CLI tool to help you! :rocket:
- Host: GitHub
- URL: https://github.com/kludex/fastapix
- Owner: Kludex
- License: mit
- Created: 2022-10-24T10:28:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T21:18:45.000Z (over 1 year ago)
- Last Synced: 2024-11-28T22:53:07.448Z (24 days ago)
- Topics: boilerplate, cli, databases, fastapi, project-generator, project-management, project-management-tool
- Language: Python
- Homepage: https://kludex.github.io/fastapix
- Size: 495 KB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FastAPI X
:warning: **This project is still under development.**
## Features
The most important feature are the project and component generators.
- [X] Show environment variables the project is reading - `fastapix env`.
- [X] Show application routes. - `fastapix routes`.
- [X] Show application middlewares. - `fastapix middlewares`.
- [ ] Project generator - `fastapix new app`.
- [ ] Generate a new project.
- [ ] Generate Dockerfile.
- [ ] Component generator - `fastapix new component`.
- [ ] Generate a new component based on the current project structure.
- [ ] Plugin system. People will be able to create their own commands.
- [ ] Embed Flake8-FastAPI - `fastapix lint`.
- [ ] Embed formatter - `fastapix format`.
- [ ] Show information about the project - `fastapix info`.## Installation
```bash
pip install fastapix
```## License
This project is licensed under the terms of the MIT license.