moonshot-rails 0.0.7 → 0.0.9

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: 59ad147085d1194c7a2de91bdae0150d901069bfc5485d9e643454ae4c37abd5
4
+ data.tar.gz: 0764d738547344da2e6b4b1556d43a15b14b118164ba39431642c43493d85763
5
5
  SHA512:
6
- metadata.gz: 1bd21c616e23abdc1e9d074501c0bfdec7ad584e7ce9cc7cf55fee7f11e2cdba9525e6de33dcdbfa089ca4555b97d545f3a5e36f10a2665039c7016d13a369a0
7
- data.tar.gz: 3eb8a91463d7af681d71107c53a85051ef9a44290ddd3fbd5d3d8358e5fe7c26940bfef5c2c82de9678fb1c09be904d0a169dfd1f39835375d5318c1d9f0145e
6
+ metadata.gz: fc7142c58ae44ae7ad08b613754b3a2e48d997b46a886b9275f0eeec38e4e7d3a1e7ffe6d9fc145f708ec812553063a32f259a0b5bd82dc9876db3418b734bfa
7
+ data.tar.gz: c049b5ee6b82cbc385e122f82ffe0dcb8cad7d25a0188707e20d3eb3cad7148687cf294c02c97fabf33a90edac936f254a3b7e8eccd85d21d940e28a0d5ee221
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