https://github.com/badetitou/casino-spec-importer
https://github.com/badetitou/casino-spec-importer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badetitou/casino-spec-importer
- Owner: badetitou
- License: mit
- Created: 2018-09-14T12:40:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T09:51:55.000Z (over 4 years ago)
- Last Synced: 2025-03-03T14:48:04.528Z (9 months ago)
- Language: Smalltalk
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Casino-Spec-Importer
## Installation
1. Download the last Moose Image
2. In the Moose Image execute
```st
Metacello new
githubUser: 'badetitou' project: 'Casino-Spec-Importer' commitish: 'master' path: 'src';
baseline: 'CasinoSpecImporter';
load
```
## Usage
```st
specModel := CSNImporterSpec new
importPresenter: SpecDemoComposition "name of the presenter"
withPackages: { SpecDemoComposition package name. #'Spec-Examples'}. "package in which there are widgets used in the presenter"
```