Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.
```