https://github.com/gmemstr/orb-unpacker
POC script for "unpacking" CircleCI orbs.
https://github.com/gmemstr/orb-unpacker
Last synced: 10 months ago
JSON representation
POC script for "unpacking" CircleCI orbs.
- Host: GitHub
- URL: https://github.com/gmemstr/orb-unpacker
- Owner: gmemstr
- License: unlicense
- Created: 2020-09-03T10:13:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T14:49:34.000Z (over 5 years ago)
- Last Synced: 2025-01-26T13:41:30.783Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Orb Unpacker
===
Quickly "unpack" orbs. This is more of a POC/utility script for personal use,
but if you also want to use it, feel free!
```console
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python main.py
```