/cookiecutter-pyaction

Create GitHub Actions in Python

Primary LanguagePythonMIT LicenseMIT

PyAction Cookiecutter docs ci main GitHub tag (with filter)

cookiecutter-pyaction template is a simple Python-supported implementation over the Docker Container action type. Follow the steps and make your action in a flash! ⚡

Note

Read "Writing GitHub Actions in Python" article that walks you through a hello-world example.

Installation

Make sure you have Python and pip installed on your machine and install the cookiecutter package. That's the template generator tool.

pip install -U cookiecutter

Usage

In order to create the template, change the directory to the path that you want your action to be in and run the following command.

cookiecutter gh:lnxpy/cookiecutter-pyaction

Keep answering the prompt and your template will be generated.

Docs

Check out the official docs for more information about PyAction and a demo hello-world action demonstration.

Contribution

All your contributions and assistance are welcome. For more information about how you can contribute to the project, please follow the instructions here. 🍻

License

Cookiecutter PyAction is licensed under the terms of MIT License.