New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@lamnhan/ayedocs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lamnhan/ayedocs

A Docs-o-matic document generator for Typescript projects.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

@lamnhan/ayedocs

A Docs-o-matic document generator for Typescript projects.

License Code Style: Google Support me on Patreon PayPal Ask me anything

Install & usage

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

What & how?

@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.

License

@lamnhan/ayedocs is released under the MIT license.

⚡️ This document is generated automatically using @lamnhan/ayedocs.

Keywords

docs

FAQs

Package last updated on 18 Dec 2020

Did you know?

Socket

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.

Install

Related posts