Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 773 Bytes

README.textile

File metadata and controls

27 lines (18 loc) · 773 Bytes

YUIDoc OSX Application

Creating a GUI application on top of YUIDoc for OSX

The GUI now works (if you have the yuidoc dependencies already installed)

There are a couple of additions I still want to make:

  • Progress Spinner
  • Disable Generate button of all data is not present
  • Animate the logger window so it’s smaller to begin with.
  • Create an icon

Screen Shot

Here is a teaser screenshot:

Install

  • Install YUIDoc’s dependencies
  • Check out the source: git clone git://github.com/davglass/yuidoc-app.git
  • Init the submodule: git submodule init
  • Update the submodule: git submodule update
  • Open YUIDocGUI.xcodeproj and Build
  • Profit!!