Thunder has been created to made easier develop mvc applications with the microframework Flask
key | Control | |
---|---|---|
thunder | init / exit | |
generate | ||
new | name / path | |
directive | ||
add | name | |
make | name | |
delete | name | |
component | ||
route | ||
model | ||
View | ||
controller | ||
Parameters | ||
- -help | ||
- -browser | ||
- -version |
start project:
$ thunder new project
or
$ t new project
components: You can create diferent components like models, views, cotrollers or routes just typing the following commands:
Add code to your project
$ t add route [name]
Make code with commands
$ t make model [name]
Delete componets to your project
$ t delete controler [name]
$ t --help
$ t --browser
$ t --version
##Getting Starter
You can use thunder new to create projects thunder new superApp After that you have to initializate your project with thunder init then write your project name Please enter your project name: superApp and finally just serve the app and enjoy thunder serve --browser
put a license here