Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 493 Bytes

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