-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- Make a command line tool in Python which responds to following commands :
create- Initializes a new site at a given pathgen- Generates the website to a configured deploy folderserve- Starts a local http server that regenerates based on the requested file
- Tool must have a
-hand-vflag for displaying help and version respectively. - Each Command must have it's own
-hflag for displaying a short description and listing all available options. - Click Python Library can be used for making the tool.