appgen 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -17
- data/lib/appgen/generator.rb +1 -1
- data/lib/appgen/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1222aea76a9cb46ca78537a43a75d13220a1ad5
|
4
|
+
data.tar.gz: 68097647d1ef9975618b73431b5f4038c2a6c7c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e632c7984e72fd20b72e1739a61b1e6a1ebf3b7aad51dd082f3966be18b5cc0b323adc373a4aaaaa5c1d8897bce6a9dafaf76a98282dd8f71b1e3dd4246e1cc9
|
7
|
+
data.tar.gz: e6a24224beb84fbb38b6da09452a03304ab221cbf71866278e7d53b9df2cc4f20e15755c93aa11433d81435ec470addcbbabb725555755c98fca7c17007f5298
|
data/README.md
CHANGED
@@ -39,9 +39,14 @@ Here is the rails blog demonstration as appgen description:
|
|
39
39
|
There are comments.
|
40
40
|
A comment has a user.
|
41
41
|
|
42
|
-
Some more descriptions in examples
|
42
|
+
Some more descriptions in [examples](https://github.com/arnaudlevy/appgen/tree/master/examples).
|
43
43
|
Feel free to contribute with yours!
|
44
44
|
|
45
|
+
## Possible roadmap
|
46
|
+
|
47
|
+
Ideas about possible features.
|
48
|
+
Right now, i just feel it goes too far.
|
49
|
+
|
45
50
|
### Hosting
|
46
51
|
|
47
52
|
And if you want to host it on heroku, just add:
|
@@ -59,19 +64,6 @@ If you want the app to be created in Europe, use:
|
|
59
64
|
|
60
65
|
The app is hosted on heroku in Europe.
|
61
66
|
|
62
|
-
### Examples
|
63
|
-
|
64
|
-
Todo list
|
65
|
-
|
66
|
-
The app name is mytodolist.
|
67
|
-
There are actions.
|
68
|
-
An action has a title, a done status (boolean) and a user.
|
69
|
-
There are users.
|
70
|
-
A user has a first name, a last name, and an email.
|
71
|
-
Users can login.
|
72
|
-
The app has an admin area.
|
73
|
-
The app is hosted on heroku.
|
74
|
-
|
75
67
|
### Components used
|
76
68
|
|
77
69
|
The app generated use these gems by default
|
@@ -80,8 +72,8 @@ The app generated use these gems by default
|
|
80
72
|
- bootstrap
|
81
73
|
- kaminari
|
82
74
|
|
83
|
-
###
|
84
|
-
|
75
|
+
### Features
|
76
|
+
|
85
77
|
- make default route to first entity described
|
86
78
|
- add attachments (paperclip, aws)
|
87
79
|
- add navigation (simple-navigation)
|
@@ -96,7 +88,6 @@ The app generated use these gems by default
|
|
96
88
|
- https://prelang.com
|
97
89
|
- https://github.com/mjacobus/koine-appgenerator
|
98
90
|
|
99
|
-
|
100
91
|
## Development
|
101
92
|
|
102
93
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
data/lib/appgen/generator.rb
CHANGED
data/lib/appgen/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appgen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|