Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/starland9/gestion-de-stocks-c


https://github.com/starland9/gestion-de-stocks-c

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Gestionnaire de stocks

Un simple gestionnaire Stock en ligne de commande en C

---

# Comment installer ?

```bash
git clone https://github.com/Starland9/gestion-de-stocks-c.git
cd gestion-de-stocks-c
```

```bash
make
```

```bash
make run
```

## Windows

```bash
./bin/stocky.exe
```

## Linux

```bash
./bin/stocky
```