You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Since creating new scripts/workers is going to be a repetitive task, we should automate as much as possible the amount of work required to have a working script.
Ideally reusing something like cookiecutter (or borrowing the logic) to generate:
setup.cfg & setup.py
requirements.txt
scriptname/__init__.py
scriptname/__main__.py
README.md
It could be invoked as kirby new <scriptname> --type=script
type could be either script, sensor or task
The text was updated successfully, but these errors were encountered:
Since creating new scripts/workers is going to be a repetitive task, we should automate as much as possible the amount of work required to have a working script.
Ideally reusing something like cookiecutter (or borrowing the logic) to generate:
setup.cfg
&setup.py
requirements.txt
scriptname/__init__.py
scriptname/__main__.py
README.md
It could be invoked as
kirby new <scriptname> --type=script
type
could be eitherscript
,sensor
ortask
The text was updated successfully, but these errors were encountered: