Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/logikal-io/make-orb
- Owner: logikal-io
- License: mit
- Created: 2022-10-09T10:51:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:12:27.000Z (3 months ago)
- Last Synced: 2024-12-10T19:55:06.282Z (29 days ago)
- Topics: github, python
- Homepage: https://github.com/marketplace/actions/make-orb
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.