
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@lamnhan/ayedocs
Advanced tools
A Docs-o-matic document generator for Typescript projects.
Install as a global CLI: npm install -g @lamnhan/ayedocs. Or locally using the --save-dev flag.
You may want to put a script in the package.json, so you can do npm run docs every build.
{
"scripts": {
"docs": "ayedocs generate"
}
}
See the documentation at: https://lamnhan.com/ayedocs
@lamnhan/ayedocs is mainly used to extract content & generate document from a Typescript source code, you start by providing instructions in the configuration.
An example configuration:
module.exports = {
fileRender: {
'README.md': {
head: true,
lib: ["Lib", "FULL"]
license: true
}
}
}
With the above config, you can run ayedocs generate, the result will be a README.md file with 3 sections as described in the config. Simple that is!
See some useful use cases to see if it fits your need.
@lamnhan/ayedocs is released under the MIT license.
⚡️ This document is generated automatically using @lamnhan/ayedocs.
FAQs
A Docs-o-matic document generator for Typescript projects.
We found that @lamnhan/ayedocs 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.