0.5.0 • Published 3 years ago

@itsjamie/esdoc-react-plugin v0.5.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

ESDoc React Plugin (PoC)

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 @itsjamie/esdoc-react-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "@itsjamie/esdoc-standard-plugin"},
    {"name": "@itsjamie/esdoc-react-plugin"}
  ]
}

Dependency

  • esdoc-standard-plugin

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1-alpha.4

5 years ago

0.1.1-alpha.1

5 years ago

0.1.1-alpha.3

5 years ago

0.1.1-alpha.0

5 years ago

0.1.0

5 years ago

0.1.0-alpha.3

5 years ago

0.1.0-alpha.1

5 years ago

0.1.0-alpha.0

5 years ago