2.6.0-dev.1 • Published 3 years ago
@enterthenamehere/esdoc-react-plugin v2.6.0-dev.1
ESDoc React Plugin (PoC)
Use with updated EnterTheNameHere/esdoc-monorepo.
Original esdoc is here.
This plugin is proof of concept. So, the plugin has only minimum features. We are waiting for your pull request!
Example
/**
* This is MyClass.
* @reactProps {!number} prop1 - this is prop1
* @reactProps {string} prop2 - this is prop2
*/
export default class MyClass extends React.Component {
}Install
npm install @enterthenamehere/esdoc-react-pluginConfig
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-standard-plugin"},
{"name": "@enterthenamehere/esdoc-react-plugin"}
]
}Dependency
- esdoc-standard-plugin
LICENSE
MIT
Author
2.6.0-dev.1
3 years ago
2.5.3-dev.1
3 years ago
2.5.2
4 years ago
2.5.1
4 years ago
2.5.0
4 years ago
2.3.0
4 years ago
2.4.0
4 years ago
2.3.1
4 years ago
2.3.3
4 years ago
2.2.4
5 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.2.3
5 years ago
2.2.2
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago