
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
generate API documentation for your README from comments in your source-code
Generate API documentation for your README from comments in your source-code. Uses apiDoc.
/**
* @api {get} /stripe/:id fetch stripe customer
* @apiName GetCustomer
* @apiGroup Stripe
*
* @apiParam {String} id a username.
*
* @apiSuccess {String} status of paid stripe subscription.
* @apiSuccess {Boolean} expired is the user's license expired.
* @apiSuccess {String} email email associated with stripe subscription.
* @apiSuccess {Integer} next_billing_date when will we next charge the card.
* @apiSuccess {Integer} next_billing_amount how much will we next charge you.
* @apiSuccess {Object} card object representing the user's credit-card
*
* @apiError CustomerNotFound a customer for this npm user does not yet exist.
*/
function myAwesomeHandler() {}
{{#each api}}
## {{@key}}
{{#each this}}
### {{type}} {{url}}
{{title}}
{{#each parameters}}
{{#if @first}}**Parameters**
{{/if}}
* **`{{{type}}}` {{field}}:** {{{description}}}
{{#if @last}}
{{/if}}
{{/each}}
{{#each success}}
{{#if @first}}**Response**
{{/if}}
* **`{{{type}}}` {{field}}:** {{{description}}}
{{#if @last}}
{{/if}}
{{/each}}
{{#each error}}
{{#if @first}}**Error**
{{/if}}
* **{{field}}:** {{{description}}}
{{#if @last}}
{{/if}}
{{/each}}
{{/each}}
{{/each}}
{
"scripts": {
"build-docs": "apidoc-md generate"
}
}
FAQs
generate API documentation for your README from comments in your source-code
The npm package apidoc-md receives a total of 8 weekly downloads. As such, apidoc-md popularity was classified as not popular.
We found that apidoc-md 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.