ShortcutsCenter

Description

A framework to create and document your Spec widget's shortcuts using pragmas.

Details

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

Categories

UI / Graphics Language Extensions

README excerpt

Shortcuts Center
================

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

~~~
Metacello new
    baseline: 'ShortcutsCenter';
    repository: 'github://juliendelplanque/ShortcutsCenter/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: 'ShortcutsCenter' with: [
    spec repository: 'github://juliendelplanque/ShortcutsCenter/repository' ].
~~~
← Back to results