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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3503f228ae40ed391b92b3d4c94b68fbfa85a70febbc9668d226fadbe8e02a1
4
- data.tar.gz: 81bccfc1d02703a14eb3fa1bcc5a58cf722b0fd7bf1b1cd3de2eee1e4aa4040c
3
+ metadata.gz: d9219a4421ee2daa082652c0967bbc585fff8aadf8ba90becbee2d3293597252
4
+ data.tar.gz: e1d4fa02a468b3b51d28681168151983cf89464d1dfb9e309d3c8b2a5e56dbee
5
5
  SHA512:
6
- metadata.gz: f2c22bf077b111d67e2b0680c093a8d48f00b6f977155683f4ebeb217b4edc8ad6562ae7f3740ebb906eaa9ff3acca62e8cba7dfba042ed409232c5dc72a77d0
7
- data.tar.gz: 2878c9cb641a3b60d79be3c1849d27055e463b438dbf9bf59be39bea90a12224ec7c0fd0d2e15c5a9362bf379979f765cd2b064954856cb265de67dd8bdcac39
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
+ ![Slidict conversation-to-slides demo](docs/demo.gif)
12
+
13
+ ![Slidict presentation methods demo](docs/demo-methods.gif)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Slidict
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  end
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.1
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