1.0.12 • Published 6 years ago

node-docor v1.0.12

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

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago