Skip to content

AdamMusa/fdriver

Repository files navigation

Features 🚀

  • Creates customizable project boilerplate.

  • Creates customizable app boilerplate.

  • Handles the project structuring for you.

  • Handles the Dockerfile generation.

  • Handles the docker-compose generation for your project needs.

  • Handles to generate model && routes or path naming convention by fastapi community

Installation 📌

  • Prerequisites
    • Python 3.6 +

fdriver can be installed by running

pip install fdriver 

Getting started 🎈

Easiest way to start is using the defaults:

fdriver init [name]

To create simple app like module,you just need to run this

fdriver startapp [name]

Command line options 🧰

fdriver provides four different commands.

You can list them with

fdriver --help

On the other hand, the run command expects you to have a init structure:

fdriver run

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages