Skip to content

caelum/vraptor-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Place your VRaptor contributions here. Forks are welcome.

How to contribute

git clone git@github.com:your_user/vraptor-contrib.git
cd vraptor-contrib
  • create a branch based on the main repo:
git remote add main git://github.com/caelum/vraptor-contrib.git #if not done
git checkout -b your_plugin main/master
  • add your submodule
git submodule add http://github.com/your_user/your_plugin
git commit -am "adding my super cool plugin =)"
git push origin your_plugin
  • send us a pull request for this your_plugin branch

Thanks