WebPy Command Line
Running the command webpy will output a list of commands for the current version. Currently, the commands are:
webpy new {proj-name}- Create a new project with nameproj-namewebpy route {route-name}- Create a new filesystem route (this must be underroot/) with nameroute-namewebpy run- Run this in the project dir to start your app using Flaskwebpy build- Package the program into abuild.pyfilewebpy compile- Package the program into abuild.pycfilewebpy buildpyx- Compile the.pyxfiles into.pyfiles – automatically runs through thebuild,compile, andruncommandswebpy buildmd- Transpile all Markdown files to HTML