Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/shortcutscenter

A framework to create and document your Spec widget's shortcuts using pragmas.
https://github.com/juliendelplanque/shortcutscenter

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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' ].
~~~