docref

0.0.6 • Public • Published

docref

Imports jsDoc comments from external files, via jsDoc-like reference:

/**
* @docref
* @file src/product.js
* @match Product.buy
*/
buy(id: string, count: number):Receipt

Build Status Coverage Status Join the Chat

See the Rationale for this project.

IMPORTANT: It is currently at the stage of writing Specification.

installing

$npm install docref -g

usage

Run docref without arguments, to see the supported syntax.

Readme

Keywords

Package Sidebar

Install

npm i docref

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

5.12 kB

Total Files

6

Last publish

Collaborators

  • vitaly.tomilov