Skip to content

ninjaasmoke/project-guild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-guild

Build

g++ -I./dependencies -I./include main.cpp commands/*.cpp src/* -o ../project-guild-test/guild

Table of Contents

Usage (so far)

# create a guild project file structure in the current folder and take the name of the current folder
./guild init
# create a guild project file structure in the current folder and take the name of the current folder
./guild init <project-name>
# show the help message
./guild help
# build the project
./guild build
# run the project
./guild run
# add simple files to project - beta
./guild add <link>

./guild add https://raw.githubusercontent.com/ninjaasmoke/guild-sample-header-lib/refs/heads/main/StringUtils.h

directly adds file to /packages folder. need to start work on package management. OMG this is soo exciting!!!

About

a build tool for c++ dummies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published