moonshot-rails 0.0.7 → 0.0.8

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: eed5fe6b65ed8a2b784dd94a3371ac8ffd92e11ac0cfcb827f1eca021c2e4d45
4
- data.tar.gz: c5e346636c1ae6bb3a2c06fd46b8f47afa617885436ac4ecb0191da1cefeb3ff
3
+ metadata.gz: d9ae5aeaf8de504624b373026eb0aae770e5b2259e90efeef4cda4eaafec29b3
4
+ data.tar.gz: 62c5ed879a63397ff451d7e2f963a465e01aa30651ada8d9617a6e4589765581
5
5
  SHA512:
6
- metadata.gz: 1bd21c616e23abdc1e9d074501c0bfdec7ad584e7ce9cc7cf55fee7f11e2cdba9525e6de33dcdbfa089ca4555b97d545f3a5e36f10a2665039c7016d13a369a0
7
- data.tar.gz: 3eb8a91463d7af681d71107c53a85051ef9a44290ddd3fbd5d3d8358e5fe7c26940bfef5c2c82de9678fb1c09be904d0a169dfd1f39835375d5318c1d9f0145e
6
+ metadata.gz: 99c9348b4e4da4b5e57d58d2a0f3755db95e530b268212a01448b060e16d659b30900d47a2a5a8e457dca7d0351a677682e594751d5be2453e801e2f07764ccc
7
+ data.tar.gz: 75fad61387002774bd7aead4d30a77c98d56b189840cc52634180b86b410116373b923faa92c169fbddc29e242269b616f674f94a02d1f086f0d5b0704dd93bc
data/README.md CHANGED
@@ -5,10 +5,18 @@
5
5
 
6
6
  A collection of Stimulus controllers and other helpers enabling faster building of SaaS applications using modern Rails and Stimulus. Most of these are heavily opinionated.
7
7
 
8
+ ## JavaScript Helpers
9
+
8
10
  1. [Post Hog Analytics Stimulusjs wrapper](#1-post-hog-analytics-stimulusjs-wrapper)
9
11
  2. [Shepherdjs Stimulusjs wrapper](#2-shepherdjs-stimulusjs-wrapper)
10
12
  3. [Crisp Chat Stimulusjs wrapper](#3-crisp-chat-stimulusjs-wrapper)
11
13
 
14
+ ## Content Helpers
15
+ 1. Jobs to be Done view component
16
+
17
+ ## Background Jobs
18
+ 1. Convertkit Subscribe / Unsubscribe
19
+
12
20
  ## Installation
13
21
 
14
22
  ```bash
@@ -17,6 +25,11 @@ A collection of Stimulus controllers and other helpers enabling faster building
17
25
 
18
26
  ```
19
27
 
28
+ ### Generate an initializer
29
+ ```bash
30
+ bundle exec rails generate moonshot_rails
31
+ ```
32
+
20
33
  ### Include all the stimulus controllers
21
34
 
22
35
  ```bash