Skip to content

Releases: itcentralng/flask-setup

v0.6.1

08 Aug 18:58

Choose a tag to compare

Full Changelog: v0.6...v0.6.1

v0.6

10 Dec 19:48

Choose a tag to compare

fs now has ability to add modules with their model fields.

v0.5.1

13 Oct 15:26

Choose a tag to compare

Bug fix on 'build' command

v0.5.0

12 Oct 16:47

Choose a tag to compare

This version comes with two new features:
COPY and START

The COPY command will help you quickly make a copy of an existing blueprint

The START command will run the app - this will try to run on port 5000 if it fails then it will pick a random port to run.

v0.3.0

02 Feb 05:59

Choose a tag to compare

Templates are now in file and directory format, making building and generating apps and modules faster and better.

v0.2.0

21 Aug 03:56

Choose a tag to compare

A more clear flask_setup

v0.1.5

12 May 13:21

Choose a tag to compare

New: -help flag

v0.1.4

11 May 22:14

Choose a tag to compare

You can now use flask_setup without having to keep passing project name. Also, model generator now available. Read the readme section of this release.

v0.1.3

28 Apr 01:25

Choose a tag to compare

generate and destroy functions are now available from the -g and -d flags for blueprint and marshmallow

v0.1.2

27 Apr 13:50

Choose a tag to compare

build simple flask app on the fly