Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/start
Helps you to conduct StateOfTheArt and to analyse your bibliography.
https://github.com/juliendelplanque/start
Last synced: 4 days ago
JSON representation
Helps you to conduct StateOfTheArt and to analyse your bibliography.
- Host: GitHub
- URL: https://github.com/juliendelplanque/start
- Owner: juliendelplanque
- License: gpl-3.0
- Created: 2020-01-09T17:16:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T10:08:16.000Z (over 4 years ago)
- Last Synced: 2024-10-31T07:05:14.324Z (about 2 months ago)
- Language: Smalltalk
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STArt
[![Build Status](https://travis-ci.org/juliendelplanque/STArt.svg?branch=master)](https://travis-ci.org/juliendelplanque/STArt)
![Licence](https://img.shields.io/github/license/juliendelplanque/STArt)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)Helps you to conduct StateOfTheArt and to analyse your bibliography.
## Install
In a **Pharo 7.0** image, execute the following script.```Smalltalk
Metacello new
baseline: 'STArt';
repository: 'github://juliendelplanque/STArt/src';
load.
```