Skip to content

Brandnew-flask is a CLI tool used to generate a powerful and mordern flask-app that supports the production environment. ❤️(Brandnew-flask 是一个为flask应用程序开发者设计的脚手架工具。它可以快速生成适用于生产环境的,高效、规范且易于维护的flask应用程序框架。)

License

ysyisyourbrother/brandnew-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brandnew-flask is a CLI tool used to generate a powerful and mordern flask-app that supports the production environment.

Brandnew-flask is still in the initial stage and needs to be updated and improved continuously. Everyone is welcome to maintain and improve this CLI.

Table of Contents

Installing

Provide several ways to install brandnew-flask binary toolkits.

Install with gomod

$ export GOPATH = "YOURGOPATH"     # Check by "go env | grep GOPATH"
$ go install github.com/ysyisyourbrother/brandnew-flask@latest && sudo mv $GOPATH/bin/brandnew-flask $GOPATH/bin/brand

Install with release binary

Download the latest release binary brand on Github.

$ sudo chmod +x brand

Usage

Create framework with brand new command:

$ brand new
? Your flask-app name: myapp    (Enter)
? Your name: brandon            (Enter)

The framework code of flask-app will be generated in the directory where the binary file is executed. The name of the folder is the flask-app name you entered

About

Brandnew-flask is a CLI tool used to generate a powerful and mordern flask-app that supports the production environment. ❤️(Brandnew-flask 是一个为flask应用程序开发者设计的脚手架工具。它可以快速生成适用于生产环境的,高效、规范且易于维护的flask应用程序框架。)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published