Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 588 Bytes

Play framework template for an apidoc-enabled REST API and webapp

This is a template for generating a play project that provides:

  1. a REST API
  2. a www application
  3. a generated project containing client libraries generated by http://www.apidoc.me

Usage

./create --name myapp

./create --name myapp --db_name foo --db_user api

./create --name myapp --db_name foo --db_user api --apidoc_org bryzek --apidoc_app quality

Dependencies

  1. http://github.com/mbryzek/apidoc-cli

License

Copyright 2015 Gilt Groupe, Inc. Licensed under The MIT License (MIT)