nova-cli 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -7
  3. data/lib/nova.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b16c0ed1f907363ca8da83e0bd36e8757438840965d1eddd3001fee69e6dddd
4
- data.tar.gz: d3f912358591fbd5d8774a3d55714d68ddbf7a2ccfe9c09043eeb5e5594237e7
3
+ metadata.gz: 9a922e3658e297f45eca7ab867a3166f074f1f33004378afb6a1306884a91f3a
4
+ data.tar.gz: 52a94731da81d5a3766ea5af424c73a7079faf556a55dc6b443a8ae410342d39
5
5
  SHA512:
6
- metadata.gz: 62388046c98ee1da35437edde0a9e870207295615188fe55446b1c2f35e87d8373a3e0b392efaa58cf9ff627f04237db0a31c16c4ab8f6e8b6fb83b1876b80fb
7
- data.tar.gz: d2a1220a45dbc82b81eb4be522a8478114111d130fc276839181ba0a6edcc09d1297d82ff5252ddc747c5d05f593a4d8df2f0484c7b0dc954ada6c5bc8d06803
6
+ metadata.gz: b3147e1f129017d23175bd3bdada80aa05db4ed591fcfdff9c3d9291809ad579f4f89049246942185cee9a025ef43b043881b374fed735eb287a9d4b264ed05d
7
+ data.tar.gz: 51d0210c25a2e244a6cb789e157f40733b2d4bfda0b0c079d872b824107e140439133320015de379d9c3d62c1ec2e9c23d1db339e90d2df368904a052287454b
data/README.md CHANGED
@@ -15,19 +15,21 @@ Each step has its own directory with specialized templates and examples to guide
15
15
 
16
16
  ## Installation
17
17
 
18
- To install the gem locally:
18
+ You can install the gem directly from RubyGems:
19
19
 
20
20
  ```bash
21
- cd nova
22
- gem build nova-cli.gemspec
23
- gem install nova-cli-0.1.2.gem
21
+ gem install nova-cli
24
22
  ```
25
23
 
26
- Alternatively, you can run it directly:
24
+ Once installed, you can run the command `nova` from your terminal.
25
+
26
+ If you want to build and install from source:
27
27
 
28
28
  ```bash
29
- chmod +x bin/nova
30
- ./bin/nova new [app_name]
29
+ git clone https://github.com/LaunchPadLab/nova.git
30
+ cd nova
31
+ gem build nova-cli.gemspec
32
+ gem install nova-cli-0.1.0.gem
31
33
  ```
32
34
 
33
35
  ## Usage
data/lib/nova.rb CHANGED
@@ -2,5 +2,5 @@ require_relative 'nova/cli'
2
2
  require_relative 'nova/generator'
3
3
 
4
4
  module Nova
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nova-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis
@@ -53,7 +53,7 @@ files:
53
53
  - lib/nova/templates/styleguide_index.html
54
54
  - lib/nova/templates/user_stories_readme_template.md
55
55
  - lib/nova/templates/user_story_example.md
56
- homepage: https://github.com/launchpadlab/nova-cli
56
+ homepage: https://github.com/LaunchPadLab/nova
57
57
  licenses:
58
58
  - MIT
59
59
  metadata: {}