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

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.

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
```