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]
- Host: GitHub
- URL: https://github.com/gfaerny/ailib
- Owner: Gfaerny
- Created: 2024-07-22T12:04:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T19:17:47.000Z (about 1 year ago)
- Last Synced: 2025-06-17T16:43:36.466Z (6 months ago)
- Topics: bash, cpp, include, powershell, text-analysis
- Language: PowerShell
- Homepage:
- Size: 788 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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