BstLabs / py-dynacli

DynaCLI is a cloud-friendly Python library for converting pure Python functions into Linux Shell commands.
https://bstlabs.github.io/py-dynacli/
MIT License
98 stars 5 forks source link

[FEATURE] Add CLI bootstrap script #73

Closed ShahriyarR closed 2 years ago

ShahriyarR commented 2 years ago

Is your feature request related to a problem? Please describe.

From starting point having some kind of bootstrapper will be beneficial.

dynacli startproject . -> will create CLI entrypoint with some common case code.

This will ease the process of getting started.

ShahriyarR commented 2 years ago

Fur current purposes interactive mode was postponed.