Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 827 Bytes

Readme.md

File metadata and controls

36 lines (22 loc) · 827 Bytes

Cookiecutter Falcon

A Falcon template for Cookiecutter.

Usage

pip install cookiecutter
cookiecutter https://github.com/TAnas0/cookiecutter-falcon

Proceed to configure your projects by answering the questions asked.

Features

Directory structure

This is the directory structure of the generated project using this template:

To-do

  • Change the Readme in the generated project.
  • 12-Factor based settings
  • Add PostgreSL support: version, PostGIS, Timescale...
  • Add SQLAlchemy/peewee support
  • Add documentation
  • Add support for tests (unittest and pytest) and Factory Boy
  • Add tests of the template
  • Initializing the git repository and option of using a .gitignore

Contributing

License