react-styleguide-generator
react-styleguide-generator copied to clipboard
Easily generate a good-looking styleguide by adding some documentation to your React project.
- Use [`copy()` of `fs-extra`](https://github.com/jprichardson/node-fs-extra/blob/master/docs/copy.md) - Bump standard and fix lint errors
I think it would be great if components / components props could be changed on the fly. I have seen this in https://github.com/morlay/react-docgen-ui and think that it allows a much...
Eerytime I try to install I get this error. Here is my log. Not sure why this is happening. Also npm -v react says 3.10.10 and wont update? not sure...
I wonder what am I doing wrong... this is my script: ``` const RSG = require('react-styleguide-generator'); const INPUT = 'app/components/**/*.js'; const OUTPUT = 'docs/styleguide'; var rsg = RSG(INPUT, { output:...
Hey there, I'm just trying to run the basic example included in the README: ``` git clone [email protected]:pocotan001/react-styleguide-generator.git cd react-styleguide-generator/example/ npm install npm start ``` `npm start` fails and I...
So I asked this question of at: https://github.com/theogravity/react-styleguide-generator-alt/issues/18 and basically was thinking that having the ability to remove the `styleguide` static attached to any given component would be good for...
I'm trying to add react-styleguide-generator into my app but I keep getting the following error. (apologies for the length but an example of my react code is after this snippet)...
Thanks for creating this amazing tool! We love it so much that we want to use it as a playground when we develop our react component library. But we couldn't...
`react-docgen` will create a recursive structure for `React.PropTypes.shape` props. E.g.: ``` js propTypes: { /** `foo` is a structured object */ foo: React.PropTypes.shape({ /** A sub-property of `foo` */ bar:...