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.
- checksums.yaml +4 -4
- data/README.md +9 -7
- data/lib/nova.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a922e3658e297f45eca7ab867a3166f074f1f33004378afb6a1306884a91f3a
|
4
|
+
data.tar.gz: 52a94731da81d5a3766ea5af424c73a7079faf556a55dc6b443a8ae410342d39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
18
|
+
You can install the gem directly from RubyGems:
|
19
19
|
|
20
20
|
```bash
|
21
|
-
|
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
|
-
|
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
|
-
|
30
|
-
|
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
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.
|
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/
|
56
|
+
homepage: https://github.com/LaunchPadLab/nova
|
57
57
|
licenses:
|
58
58
|
- MIT
|
59
59
|
metadata: {}
|