Skip to content

stuartkmarsh/tornado-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tornado-cli -- a command line helper for Tornado apps

Description

Tornado-cli is a command line tool for Tornado.

Dependancies

Tornado

Although it's required for the cli, you need it to run the resulting Tornado application

Instructions

There is currently only a single command:

startproject

Usage:

tcli startproject project_name

or

tornado-cli startproject project_name

This creates a project directory called project_name, and creates a file structure for the project. The output is from tornado-boilerplate.

Then cd into the project directory and run:

python ./app.py

About

Command line helper for Tornado

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages