|
| 1 | +<p align="center"> |
| 2 | + <a href="https://github.com/compodoc/compodoc" target="_blank"><img src="https://avatars3.githubusercontent.com/u/23202313" alt="Compodoc: The missing documentation tool for your Angular application" width="226"></a> |
| 3 | +</p> |
| 4 | + |
1 | 5 | # generator-jhipster-compodoc |
2 | | -:notebook_with_decorative_cover: JHipster module, additional compodoc support in your JHipster application |
| 6 | +[![NPM version][npm-image]][npm-url] |
| 7 | +[![Dependency Status][daviddm-image]][daviddm-url] |
| 8 | +> JHipster module, additional [compodoc](https://github.com/compodoc/compodoc) support in your JHipster application |
| 9 | +
|
| 10 | +<p align="center"> |
| 11 | + <img src="https://raw.githubusercontent.com/compodoc/generator-jhipster-compodoc/master/screenshots/main-view.png" alt="Compodoc: The missing documentation tool for your Angular application"> |
| 12 | +</p> |
| 13 | + |
| 14 | +# Introduction |
| 15 | + |
| 16 | +This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application. |
| 17 | + |
| 18 | +# Prerequisites |
| 19 | + |
| 20 | +This module requires Jhipster version greater than 3.0.0 in order to work. |
| 21 | + |
| 22 | +As this is a [JHipster](http://jhipster.github.io/) module, we expect you have JHipster and its related tools already installed: |
| 23 | + |
| 24 | +- [Installing JHipster](https://jhipster.github.io/installation.html) |
| 25 | + |
| 26 | +# Installation |
| 27 | + |
| 28 | +To install this module : |
| 29 | + |
| 30 | +```bash |
| 31 | +npm install -g generator-jhipster-compodoc |
| 32 | +``` |
| 33 | + |
| 34 | +# Usage |
| 35 | + |
| 36 | +Run the module on your JHipster generated application : |
| 37 | + |
| 38 | +```bash |
| 39 | +yo jhipster-compodoc |
| 40 | +``` |
| 41 | + |
| 42 | +Due to a limitation of yeoman about file override, you will have to accept the overwrite question. |
| 43 | + |
| 44 | +```bash |
| 45 | + conflict package.json |
| 46 | +? Overwrite package.json? (Ynaxdh) |
| 47 | +``` |
| 48 | + |
| 49 | +Enjoy compodoc in your Angular application |
| 50 | + |
| 51 | +```bash |
| 52 | +npm run doc |
| 53 | +``` |
| 54 | + |
| 55 | +# License |
| 56 | + |
| 57 | +MIT © [Vincent Ogloblinsky] |
| 58 | + |
| 59 | + |
| 60 | +[npm-image]: https://img.shields.io/npm/v/generator-jhipster-compodoc.svg |
| 61 | +[npm-url]: https://npmjs.org/package/generator-jhipster-compodoc |
| 62 | +[travis-image]: https://travis-ci.org/compodoc/generator-jhipster-compodoc.svg?branch=master |
| 63 | +[travis-url]: https://travis-ci.org/compodoc/generator-jhipster-compodoc |
| 64 | +[daviddm-image]: https://david-dm.org/compodoc/generator-jhipster-compodoc.svg?theme=shields.io |
| 65 | +[daviddm-url]: https://david-dm.org/compodoc/generator-jhipster-module |
0 commit comments