Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starland9/gestion-de-stocks-c
https://github.com/starland9/gestion-de-stocks-c
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starland9/gestion-de-stocks-c
- Owner: Starland9
- Created: 2023-10-07T08:53:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T18:07:02.000Z (about 1 year ago)
- Last Synced: 2023-10-26T19:27:09.490Z (about 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```