Play-Xamplez Root Gist
You can delete this file but don't put any content in this file
How to create Play Framework code snippets?
- Fork this Root Gist to create a new snippet.
- Modify your gist according to following rules:
- You MUST put a gist description which summarizes your snippet as precisely as possible:
- Words starting with
#
like#tag
are indexed as hashtags. - Words starting with
@
like@john
are highlighted as Twitter links (You can also precise@twitter:john
or@github:john
- URL will be highlighted in the description
- Words starting with
- You can add as many files as you want in your gist
- File extensions are used to identify the language (e.g.
code.scala
-> scala) - A code snippet shouldn't be too long (a few lines if possible) so don't hesitate to cut in several files
- If you want to explain precisely your code or provide usage examples, please use a Markdown file (e.g.
README.md
) - You can put a License in
~~LICENSE.txt
case your code need to be protected in anyway - You can delete
~README.md
and any modification in it isn't taken into account - Save it & wait for Play Xamplez to index it.