update readme with better app description

This commit is contained in:
wing328 2016-03-19 17:46:28 +08:00
parent 6e16883146
commit b1cde11382
3 changed files with 16 additions and 11 deletions

View File

@ -2,15 +2,19 @@
{{moduleName}}::Role - a Moose role for the {{appName}} {{moduleName}}::Role - a Moose role for the {{appName}}
## {{appName}} version: {{appVersion}} {{#appDescription}}{{{appDescription}}}{{/appDescription}}
# VERSION # VERSION
Automatically generated by the Perl Swagger Codegen project: Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API verion: {{appVersion}}
- Package version: {{moduleVersion}}
- Build date: {{generatedDate}} - Build date: {{generatedDate}}
- Build package: {{generatorClass}} - Build package: {{generatorClass}}
- Codegen version: {{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}
## A note on Moose ## A note on Moose

View File

@ -2,15 +2,16 @@
WWW::SwaggerClient::Role - a Moose role for the Swagger Petstore WWW::SwaggerClient::Role - a Moose role for the Swagger Petstore
## Swagger Petstore version: 1.0.0 This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
# VERSION # VERSION
Automatically generated by the Perl Swagger Codegen project: Automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- Build date: 2016-03-19T16:35:29.283+08:00 - API verion: 1.0.0
- Package version: 1.0.0
- Build date: 2016-03-19T17:46:21.048+08:00
- Build package: class io.swagger.codegen.languages.PerlClientCodegen - Build package: class io.swagger.codegen.languages.PerlClientCodegen
- Codegen version:
## A note on Moose ## A note on Moose

View File

@ -37,7 +37,7 @@ has version_info => ( is => 'ro',
default => sub { { default => sub { {
app_name => 'Swagger Petstore', app_name => 'Swagger Petstore',
app_version => '1.0.0', app_version => '1.0.0',
generated_date => '2016-03-19T16:35:29.283+08:00', generated_date => '2016-03-19T17:46:21.048+08:00',
generator_class => 'class io.swagger.codegen.languages.PerlClientCodegen', generator_class => 'class io.swagger.codegen.languages.PerlClientCodegen',
} }, } },
documentation => 'Information about the application version and the codegen codebase version' documentation => 'Information about the application version and the codegen codebase version'
@ -103,7 +103,7 @@ Automatically generated by the Perl Swagger Codegen project:
=over 4 =over 4
=item Build date: 2016-03-19T16:35:29.283+08:00 =item Build date: 2016-03-19T17:46:21.048+08:00
=item Build package: class io.swagger.codegen.languages.PerlClientCodegen =item Build package: class io.swagger.codegen.languages.PerlClientCodegen