Giter VIP home page Giter VIP logo

react-docgen-ui's Introduction

React DocGen UI

Build Status NPM Dependencies License

How to use

use gulp to generate react-doc.json (react-doc infos with examples) and react-doc.js (requires in all example)

    gulp.src([
      'path/to/components/which/need/to/generate/docs'
    ])
      .pipe(gulpDocGenUi({
        cwd: gutil.env.cwd ? process.cwd() : null
      }))
      .on('error', gutil.log.bind(gulp))
      .pipe(gulp.dest(`path/to/dist`))

then see the example to config and create the doc pages.

## Options

### descriptionCompiler

Pass descriptionCompiler: str => str to change the default compiler marked on description keys in the exported object. This is useful if you want to process the docs further yourself, for example building full markdown documentation pages.

Change logs

  • 0.4.x updated to babel6, if use commonjs, notice the default issue

react-docgen-ui's People

Contributors

lsyiverson avatar morlay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.