## Jsdoc3 Plugins


### Generate the atn.js document
1. This `atn-node-js` document use the [jsdoc3](https://github.com/jsdoc3/jsdoc) to generate the docs file source ,run the srcript ,you will the documents static source
```javascript
$ npm run generate-docs
```

2. This jsdoc3 use the minami template if you want to try the template ,click the [link](https://github.com/nijikokun/minami)


3. Deploy the docs on Github Page

```javascript
$ npm run deploy-docs
```

