Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

create a script bootstrap CLI #35

Open
ericgazoni opened this issue May 31, 2019 · 0 comments
Open

create a script bootstrap CLI #35

ericgazoni opened this issue May 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ericgazoni
Copy link
Contributor

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

@ericgazoni ericgazoni added the enhancement New feature or request label May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant