You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ The plugin wraps the following libs:
8
8
9
9
If you want to see the plugin in action please refer to [aerogear-cordova-cookbook]() Shoot'nShare demo app or/ad just follow the Getting started guide to create your own.
The Cordova command line tooling is based on node.js so first you’ll need to install node then you can install Cordova by executing:
@@ -138,3 +148,21 @@ This is a very early version:
138
148
- remove Swift hack on xcodeproject
139
149
- remove Android hack on gradle
140
150
- expose refreshToken, revokeToken
151
+
-
152
+
## Documentation
153
+
154
+
For more details about the current release, please consult [our documentation](https://aerogear.org/docs/specs/aerogear-cordova/).
155
+
156
+
## Development
157
+
158
+
If you would like to help develop AeroGear you can join our [developer's mailing list](https://lists.jboss.org/mailman/listinfo/aerogear-dev), join #aerogear on Freenode, or shout at us on Twitter @aerogears.
159
+
160
+
Also takes some time and skim the [contributor guide](http://aerogear.org/docs/guides/Contributing/)
161
+
162
+
## Questions?
163
+
164
+
Join our [user mailing list](https://lists.jboss.org/mailman/listinfo/aerogear-users) for any questions or help! We really hope you enjoy app development with AeroGear!
165
+
166
+
## Found a bug?
167
+
168
+
If you found a bug please create a ticket for us on [Jira](https://issues.jboss.org/browse/AGCORDOVA) with some steps to reproduce it.
0 commit comments