vuelentino

0.2.1 • Public • Published

vuelentino

Generate docs for Vue components with style

Installation

npm install -g vuelentino

Getting started

# Look for Vue components and generate docs!
vuelentino

Vuelentino by default will look for Vue components using the src/**/*.vue glob pattern and will generate the documentation under docs/ using a Markdown template.

Of course, you can override all default options according to your needs:

vuelentino -i src/components/*.vue -o docs/components -t template.html

CLI options

Option Description Default
-i A glob pattern used to select the input files src/**/*.vue
-o A destination path for the generated docs docs/
-t The template used to render the docs Markdown template

Contribute

If you want, you can also freely donate to fund the project development:

Donate

Have you found a bug?

Please open a new issue on:

https://github.com/zuck/vuelentino/issues

License

Copyright (c) Emanuele Bertoldi

MIT License

Package Sidebar

Install

npm i vuelentino

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

8.79 kB

Total Files

8

Last publish

Collaborators

  • zuck