@@ -19,8 +19,12 @@ runtimes in addition to Docker. The workflow language is strictly a
19
19
superset of GHA workflow language so Popper can run a GHA workflow
20
20
locally as if it was being executed by the GHA platform.
21
21
22
+ <p align =" center " >
23
+ <img src =" https://systemslab.github.io/popper/images/demo.svg " >
24
+ </p >
25
+
22
26
In addition to running a GHA workflow locally, Popper provides other
23
- useful functionality:
27
+ functionality:
24
28
25
29
* [ Other runtimes] ( ) . Actions can execute locally on the host where
26
30
the ` popper ` command runs (i.e. "outside" a container, thus not
@@ -35,12 +39,14 @@ useful functionality:
35
39
* [ Continuous integration] ( ) . Generate configuration files for
36
40
distinct CI services that allow workflows to run on these (Travis,
37
41
Jenkins, Gitlab and Circle supported).
38
- * [ Action scaffolding] ( ) ** (Coming Soon) ** . Aid in the
42
+ * [ Action scaffolding] ( ) . Aid in the
39
43
implementation of new actions or building upon existing ones.
44
+ * As part of our efforts, we maintain a list of
45
+ actions available at < https://github.com/popperized > .
46
+
47
+ -----
40
48
41
- As part of this effort, we also maintain a repository of
42
- [ actions] ( https://github.com/popperized/library ) . The contents of this
43
- repository are:
49
+ The contents of this repository are:
44
50
45
51
* [ ` cli/ ` ] ( cli/ ) . The codebase of the CLI tool.
46
52
* [ ` docs/ ` ] ( docs/ ) . General
@@ -55,8 +61,8 @@ Quick links to other resources:
55
61
* [ 5-minute screencast demo of the CLI] ( https://asciinema.org/a/227046 ) .
56
62
* [ Recorded webinar presentation] ( https://youtu.be/tZcaV31FxUM ) .
57
63
* [ Software Carpentry formatted Lesson] ( https://popperized.github.io/swc-lesson/ ) .
58
- * [ List of repositories that implement Popper
59
- workflows ] ( https://github.com/popperized ) .
64
+ * [ Github Actions awesome
65
+ list ] ( https://github.com/sdras/awesome-actions ) .
60
66
61
67
## Installation
62
68
0 commit comments