0.2.1 • Published 8 months ago

vuelentino v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

OptionDescriptionDefault
-iA glob pattern used to select the input filessrc/**/*.vue
-oA destination path for the generated docsdocs/
-tThe template used to render the docsMarkdown 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

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago