HelpCenter

Description

A framework to document your Spec widgets using pragmas.

Details

Source
GitHub
License
MIT
Created
March 18, 2016
Updated
March 18, 2016

Categories

UI / Graphics Language Extensions

README excerpt

Help Center
===========

# Installation
Evaluate the following code snippet to install this package:

~~~
Metacello new
    baseline: 'HelpCenter';
    repository: 'github://juliendelplanque/HelpCenter/repository';
    load.
~~~

## Use this project as a dependency
Simply add the following code snippet to your Configuration/Baseline
to add this project as a dependency.

~~~
spec baseline: 'HelpCenter' with: [
    spec repository: 'github://juliendelplanque/HelpCenter/repository' ].
~~~
← Back to results