Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliendelplanque/shortcutscenter
- Owner: juliendelplanque
- License: mit
- Created: 2016-03-18T12:39:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T22:43:02.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T07:05:18.623Z (2 months ago)
- Language: Smalltalk
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' ].
~~~