slidict 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/docs/demo-methods.gif +0 -0
- data/docs/demo-methods.tape +31 -0
- data/docs/demo.gif +0 -0
- data/docs/demo.tape +27 -0
- data/lib/slidict/version.rb +1 -1
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9219a4421ee2daa082652c0967bbc585fff8aadf8ba90becbee2d3293597252
|
|
4
|
+
data.tar.gz: e1d4fa02a468b3b51d28681168151983cf89464d1dfb9e309d3c8b2a5e56dbee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b17f7f5c07ebb337c964e14a0884e2cd8502da2664cbe3d3f8553296596e3cbc40497c2b659fd494dd778effae1ce4c51b9b714266b6527fd2cbc9b233dd5fa9
|
|
7
|
+
data.tar.gz: 273809d25f6adf3551113f9bd2d7a7d664d3fb58a8e8bac1634dff46e4c41d0c873925537012c1b8c3f7f3e30af18a12b3a497a65835d83c1c4eebc8941d30b5
|
data/README.md
CHANGED
|
@@ -6,6 +6,14 @@ Slidict is a CLI tool that helps you turn rough ideas into presentations through
|
|
|
6
6
|
|
|
7
7
|
Unlike traditional slide generators, Slidict focuses on communication before slide creation.
|
|
8
8
|
|
|
9
|
+
## Demo
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+

|
|
14
|
+
|
|
15
|
+
[Read the walkthrough slides on slidict.io](https://slidict.io/slides/140)
|
|
16
|
+
|
|
9
17
|
## Features
|
|
10
18
|
|
|
11
19
|
- Interactive CLI conversation
|
|
Binary file
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Output docs/demo-methods.gif
|
|
2
|
+
|
|
3
|
+
Set Shell "bash"
|
|
4
|
+
Set FontSize 18
|
|
5
|
+
Set Width 1000
|
|
6
|
+
Set Height 600
|
|
7
|
+
Set Theme "Dracula"
|
|
8
|
+
|
|
9
|
+
Type "bin/slidict list-methods"
|
|
10
|
+
Enter
|
|
11
|
+
Sleep 2s
|
|
12
|
+
|
|
13
|
+
Type "bin/slidict --method scqa --framework marp"
|
|
14
|
+
Enter
|
|
15
|
+
Sleep 1s
|
|
16
|
+
|
|
17
|
+
Type "Database migration plan"
|
|
18
|
+
Enter
|
|
19
|
+
Sleep 800ms
|
|
20
|
+
|
|
21
|
+
Type "10 minutes"
|
|
22
|
+
Enter
|
|
23
|
+
Sleep 800ms
|
|
24
|
+
|
|
25
|
+
Type "Engineering leadership"
|
|
26
|
+
Enter
|
|
27
|
+
Sleep 800ms
|
|
28
|
+
|
|
29
|
+
Type "Approve the migration timeline"
|
|
30
|
+
Enter
|
|
31
|
+
Sleep 2s
|
data/docs/demo.gif
ADDED
|
Binary file
|
data/docs/demo.tape
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Output docs/demo.gif
|
|
2
|
+
|
|
3
|
+
Set Shell "bash"
|
|
4
|
+
Set FontSize 18
|
|
5
|
+
Set Width 1000
|
|
6
|
+
Set Height 600
|
|
7
|
+
Set Theme "Dracula"
|
|
8
|
+
|
|
9
|
+
Type "bin/slidict --framework marp"
|
|
10
|
+
Enter
|
|
11
|
+
Sleep 1s
|
|
12
|
+
|
|
13
|
+
Type "PDF Difference Monitoring Service"
|
|
14
|
+
Enter
|
|
15
|
+
Sleep 800ms
|
|
16
|
+
|
|
17
|
+
Type "5 minutes"
|
|
18
|
+
Enter
|
|
19
|
+
Sleep 800ms
|
|
20
|
+
|
|
21
|
+
Type "Engineering managers"
|
|
22
|
+
Enter
|
|
23
|
+
Sleep 800ms
|
|
24
|
+
|
|
25
|
+
Type "Approve an MVP pilot"
|
|
26
|
+
Enter
|
|
27
|
+
Sleep 2s
|
data/lib/slidict/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slidict
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yusuke Abe
|
|
@@ -75,6 +75,10 @@ files:
|
|
|
75
75
|
- data/slidict/methods/prep.yml
|
|
76
76
|
- data/slidict/methods/pyramid.yml
|
|
77
77
|
- data/slidict/methods/scqa.yml
|
|
78
|
+
- docs/demo-methods.gif
|
|
79
|
+
- docs/demo-methods.tape
|
|
80
|
+
- docs/demo.gif
|
|
81
|
+
- docs/demo.tape
|
|
78
82
|
- docs/presentation-methods.md
|
|
79
83
|
- lib/slidict.rb
|
|
80
84
|
- lib/slidict/cli/app.rb
|