Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
A cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.
A cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.
WARNING: This project is at a really early stage and currently under heavy development. It is not feature complete and it may not or only partially work with your project. You have been warned.
npm i quickdoks
quickdoks generate <path/to/entry-file.ts> [options]
--output <path/to/output/file-name> # Specify the output directory and file-
-o <path/to/output/file-name> # name. Defaults to ./docs/api based on
# the current working directory.
--tsconfig <path/to/tsconfig.json> # Provide a tsconfig file used to
-t <path/to/tsconfig.json> # compile your project. quickdoks will
# try to find the tsconfig by itself if
# no tsconfig.json is provided.
--config <path/to/.quickdoks.json> # Provide a quickdoks config used to
-c <path/to/.quickdoks.json> # render the documentation. quickdoks
# will try to find the .quickdoks.json
# config by itself if none is provided
# or uses the default config.
--renderer <markdown | html> # Choose the format of the rendered
-r <markdown | html> # output. Defaults to markdown.
--silent # Disables the output.
-s
--version # Returns the installed quickdoks
-v # version.
You can configure how your documentation will be rendered using a configuration file. The simplest way to create such a configuration file is by using the following command:
quickdoks init
This will create a .quickdoks.json
file in the current working directory with the default configuration. You can change or remove any of the options in the configuration file.
FAQs
A cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.
The npm package quickdoks receives a total of 0 weekly downloads. As such, quickdoks popularity was classified as not popular.
We found that quickdoks 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.