Project idea: YoloMake™
Problem: Open Source Project lacks build instructions.
Solution: A giant AI powered Makefile containing commands to build software with various buildsystems.
autoreconf -i
./configure
cmake .
make
ninja
scons
bazel build //...
meson setup build
cargo build
gradle build
mvn package
ant compile
go build
pip install -r requirements.txt
python setup.py install
pyinstaller
npm install
yarn install
dotnet build
xcodebuild
./gradlew assembleDebug
nix build .