1.0.12 • Published 8 years ago

node-docor v1.0.12

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

README (node-docor)

Installation

Integrate information with JSDoc(node-pajsdoc) with AST(node-castjson).

npm install node-docor

Quick Start

const Docer = require('node-docor');

let docer = new Docer('test/docor.ini');
let bStatus = docer.parse();
if (bStatus) {
    console.log(docer.libraryList);
}

Example

Test

$ mocha

  Docer class
    - Docer()
      √ should return true
    - _findModuleFiles()
      √ should return true
    - _parseAstToJson()
      √ should return true (273ms)
    - _collect()
      √ should return true (439ms)
    - _classify()
      √ should return true (436ms)
    - parse()
      √ should return true (432ms)

  6 passing (2s)

Resource

  1. node-gendoc https://github.com/dougpuob/node-gendoc.git

License

MIT

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago