Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Flask cli command line tool #28

Closed
zerasul opened this issue Mar 21, 2018 · 4 comments
Closed

Create a Flask cli command line tool #28

zerasul opened this issue Mar 21, 2018 · 4 comments
Labels
enhancement New feature or request mozsprint

Comments

@zerasul
Copy link
Owner

zerasul commented Mar 21, 2018

As Flask you can run it using the command flask run; using Flask.cli tools we can use a new command called Blask and run blaks with:

Blask run

@zerasul zerasul added the enhancement New feature or request label Mar 21, 2018
@JuanjoSalvador
Copy link
Contributor

blask run
blask new
blask <command>

Seems great!

@zerasul
Copy link
Owner Author

zerasul commented Jul 7, 2018

list of commands:

blask new -> create a new site
blask run -> run the current site on development mode
blask create-> create a new theme for blask

@JuanjoSalvador
Copy link
Contributor

Command:

Add uwsgi config sample and autoinstalation with Blask CLI

zerasul added a commit that referenced this issue Sep 16, 2018
@zerasul
Copy link
Owner Author

zerasul commented Sep 16, 2018

Created the BlaskCLI tool; with tow commands:

  • run -> run a instance of blask in current directory
  • init -> create a new project of blask in current directory with the minimum components.

@zerasul zerasul closed this as completed Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mozsprint
Projects
None yet
Development

No branches or pull requests

2 participants