Frog is A Java Framework for Social Sign In.
Current Version: Under Development
To add a dependency using Maven, use the following:
<dependency>
<groupId>com.clivern</groupId>
<artifactId>frog</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
To add a dependency using Gradle, use the following:
dependencies {
compile 'com.clivern:frog:1.0.0-SNAPSHOT'
}
To add a dependency using Scala SBT, use the following:
libraryDependencies += "com.clivern" % "frog" % "1.0.0-SNAPSHOT"
After adding the package as a dependency, Please read the following steps:
#
Please do the following:
- Fork the master branch.
- Create a feature branch
git branch my-feature
. - Move to your branch
git checkout my-feature
. - Do Your Changes.
- It will be great if you write some tests to your feature and check
./gradlew test
but not required ;). - Track the changes
git add --all
. - Commit your changes
git commit -m 'new awesome feature'
. - Push to your newly created branch
git push origin my-feature
. - Create a new Pull Request.
For almost all supported features you can take a look at
examples/
folder for working examples.
Version 1.0.0:
Coming Soon
© 2017, Clivern. Released under The Apache Software License, Version 2.0.
Frog is authored and maintained by @clivern.