1.0.12 • Published 7 years ago

node-docor v1.0.12

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago