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

https://github.com/gfaerny/ailib

Auto Include ( standard library for C++ ) [in progress]
https://github.com/gfaerny/ailib

bash cpp include powershell text-analysis

Last synced: 5 months ago
JSON representation

Auto Include ( standard library for C++ ) [in progress]

Awesome Lists containing this project

README

          

![3683204296686545424](https://github.com/user-attachments/assets/f76a42b6-96bb-432c-b93b-f85646aedbee)

IN PROCESS ----------------------------------------------------------------------------------------------------------- IN PROCESS

# what ailib do and what is it ?
ailib auto include library for cpp std:x

# example for linux bash
``` bash
ailib example.cpp
```
# example for windows guy
``` bash
./m.ps1 example.cpp
```

# How to install

# install for windows
- First Install Scoop
we use scoop to install ailib in windows
so if you havent scoop use this commands for install scoop
```bash
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
iwr -useb https://get.scoop.sh | iex
```
- Then install ailib from scoop
use this command for installing ailib for windows with SCOOP

```
scoop install https://raw.githubusercontent.com/Gfaerny/ailib/main/ailib.json
```

# install in Linux
- First we clone(download) this rep
you should have (git) package for this command
```
git clone https://github.com/Gfaerny/ailib.git
```
- Then Rus installer of ailib
```
chmod +x installforlinux.sh
```
```
./installerlinux.sh
```
- then use like
``` bash
ailib example.cc
ailib example.cpp
```

||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

IN PROCESS ----------------------------------------------------------------------------------------------------------- IN PROCESS