Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
extract-documentation-comments
Advanced tools
Simply extract documentation comments from a source file.
Simply extract documentation comments from a source file.
I created this project because I felt all of the other "parse source-code comments to generate documentation" solutions were unsatisfactory for what I needed.
<LANGUAGE NAME>Doc
-type solution are, obviously, limited to a single language; they can usually only produce opinionated HTML natively, relying on unmaintained third-party extensions to produce anything else; and they all have slightly unique syntaxes that are confusingly similar yet problematically different.Plus, I found all of the documentation solutions above to be kind of poorly documented (with the possible exception of Natural Docs) which is kind of ironic ... so I decided to create my own ultra-minimalist solution to the "generate document from special source code comments" problem!
extract-documentation-comments
does just that: it simply extracts any documentation between /**
and */
lines in a source code file, or any input really. Why? Because:
/**
and */
so you're free to markup the text in any way you want; Markdown, reStructuredText, XML, whatever and convert it to what you need after the fact. I recommend PanDoc for this.Using pnpm:
pnpm add --save extract-documentation-comments
It can, of course, also be installed by npm or Yarn using the normal methods.
To use the command-line interface pnpm extract-documentation-comments
or just extract-documentation-comments
if installed globally.
extract-documentation-comments
Simply extract documentation comments from a source file.
Options
-h, --help Writes this help text to STDOUT.
-n, --noop [Reserved] Show what would be done without actually doing it.
-v, --verbose Verbose output to STDERR.
-V, --version Writes version information to STDOUT.
-x, --no-quick-exit Don't immediately exit after printing help, version, and/or config
information.
-i, --stdin Read input from STDIN.
-I, --input string[] The path to the file to read input from. Multiple paths can be specified with
this option, doing so will activate multi-file mode: in this mode,
`--output` must also be used and given the name of the directory place the
extracted documentation for each input file.
-t, --test Run unit tests and exit.
-o, --stdout Write output to STDOUT.
-O, --output string The name of the file to write output to or, in the case of us passing
multiple paths to `--input`, the name of the directory to place the generated
documentation files.
-p, --pasteboard [Reserved] Copy output to pasteboard (clipboard).
-c, --config Print search paths and configuration values to STDOUT.
-C, --config-file string [Reserved] Use the given config file instead of the default.
import * as ExtractDocumentationComments from 'extract-documentation-comments';
See API.md for full API.
Changes are tracked in CHANGELOG.md.
MIT ©2020 Anadian
SEE LICENSE IN LICENSE
This project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
FAQs
Simply extract documentation comments from a source file.
We found that extract-documentation-comments demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.