Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logikal-io/make-orb

GitHub Action for creating a pyorbs orb
https://github.com/logikal-io/make-orb

github python

Last synced: about 22 hours ago
JSON representation

GitHub Action for creating a pyorbs orb

Awesome Lists containing this project

README

        

Make Orb
========
GitHub Action for creating a [pyorbs](https://pyorbs.readthedocs.io/) orb.

Usage
-----
```yaml
steps:
- uses: logikal-io/make-orb@v1
```

Inputs
------
`name`: Optional, the name of the orb. Defaults to `magic`.

`requirements`: Optional, the path to the requirements file. Defaults to `requirements.txt`.

`working-directory`: Optional, the working directory to use. Defaults to the current directory.

License
-------
This GitHub Action is licensed under the MIT open source license.