1.0.7 • Published 3 years ago

@lamnhan/ayedocs v1.0.7

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

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

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-beta6

4 years ago

1.0.0-beta5

4 years ago

1.0.0-beta4

4 years ago

1.0.0-beta3

4 years ago

1.0.0-beta1

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago