Skip to content

A command line program to be run on OS X's Terminal utility that performs generating a Swift documentation as Markdown format

License

Notifications You must be signed in to change notification settings

jpmartha/Pancake

Repository files navigation

Pancake (Coming soon) Build Status

This is a command line program to be run on OS X's Terminal utility that performs generating a Swift documentation as Markdown format.

It's depended on SourceKittenFramework.

Installing Pancake

Please download the Pancake.pkg file in the Releases page and run it.

Getting Started

  1. Change directory to your project directory on Terminal.app.
  2. Run $ pancake all --scheme YourSchemeName.

Generate the documentation as Markdown format in ./Pancake/Documentation directory.

Example

If your project is in ./Sources/DemoKit directory and the scheme name is DemoKit, please run the following commands.

  1. Run $ cd ./Sources/DemoKit
  2. Run $ pancake all --scheme DemoKit

Generate files in ./Pancake/Documentation directory.

Available Commands

$ pancake help
Available commands:

   all    Generate the documentation as Markdown format
   help   Display general or command-specific help

Availability

  • OS X 10.0 and later
  • Xcode 7.0 and later

License

Pancake is released under the MIT License.

About

A command line program to be run on OS X's Terminal utility that performs generating a Swift documentation as Markdown format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published