Skip to content

zoltancsontos/pystack-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyStack cli

PyStack micro-framework command line interface.

Installation:

pip install pystack-cli

Usage

  • Create a new PyStack application: pystack create app nameOfApp
  • Create a new Rest API resource: pystack create resource nameOfResource api/v1/some-url
  • Create a new page: pystack create page PageName page-url
  • Runs the PyStack application on the provided port number: pystack run --port=5555

Framework documentation: https://pystack.net