start_project 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +14 -4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: start_project
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aonghus Flynn
@@ -31,7 +31,17 @@ dependencies:
31
31
  version: "0"
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
- description: ""
34
+ description: |
35
+ The start_project gem is a simple way of downloading the latest version of your favourite framework.
36
+
37
+ It's very easy to use: simply install the gem as normal with gem install start_project and then run the command line tool ProjectStart --type {framework} --name {name of project} and it will pull the latest version of the framework and extract it to your machine with the name you provided.
38
+
39
+ Currently, there are only 2 frameworks: html 5 boilerplate and bootstrap, but I'll be adding more in the future.
40
+
41
+ You can fork the source on github here: https://github.com/aonghusflynn/ProjectStart
42
+
43
+ You can find my blog here: http://www.aonghusflynn.com
44
+
35
45
  email: developer@aonghusflynn.com
36
46
  executables:
37
47
  - ProjectStart