geogab-dev / flask_arch

Gerador de templates para aplicações Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask_arch

Template generator for Flask applications.

Pre-requisites

Python 3.7+

Installing via setup.py

Clone this repository inside a local folder and run the following commands on a terminal:

$ cd [LOCAL REPOSITORY PATH]
$ python setup.py install

Installing via package building

Build package and generate distro file

$ python setup.py sdist --formats=gztar,zip

You should see something like this:

├─ flask_arch
│  └─ dist
│     ├─ flask_arch-1.0.tar.gz
│     └─ flask_arch-1.0.tar.zip
├─ flask_arch
│  └─ ...
├─ flask_arch.egg-info
│  └─ ...
└─ setup.py
└─ ...

Installing the package flask_arch-1.0.tar.zip

$ pip install flask_arch-1.0.tar.zip

Running tests

$ python run --tests flask_arch

Generating an app template

  • Create a folder for your application.
  • Open a terminal (powershell, cmd, bash, etc) inside the folder and run the following command:
$ python -m flask_arch init

With love ❤️

Author

George Gabriel - Initial Work

Douglas Silva - Contributor

See the contributors.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Gerador de templates para aplicações Flask

License:MIT License


Languages

Language:Python 100.0%