This package has been deprecated

Author message:

"!!NO LONGER_MAINTAINED"

apeman-app-spec

2.0.0 • Public • Published

apeman-app-spec

Build Status Code Climate Code Coverage npm Version

apeman app to server OpenAPI document.

Installation

$ npm install apeman-app-spec --save

Usage

  1. Define an app within Apemanfile.js
  2. Call the app via apeman app command.

Apemanfile.js

/** This is an example Apemanfile to use apeman-app-spec */
 
'use strict'
 
module.exports = {
  $pkg: { /* ... */ },
  $apps: {
    // Define your own app.
    'my-app-01': {
      // Map url and handlers.
      '/': [
        require('apeman-app-spec')(
          'http://my-app/spec.json', // Swagger json url.
          {
            // Options
          }
        )
      ]
    }
  }
}
 

Then,

$ apeman app my-app-01 -p 3000

Signature

apemanAppSpec(options) -> function

apeman app to server OpenAPI document.

Args
Name Type Default Description
options object Optional settings.

License

This software is released under the MIT License.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i apeman-app-spec

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi