Generate modern C++ projects
The project still in development and the next updates will be the following:
- use argc and argv to just generate a project by given name
- create the args for adding new things
- create tests
- [ ] create default template (as the same forge project)
Before start, verify if you have the following things:
- you have installed the most recent version of Clang or GCC
- you have any of
windows
,macos
,linux
operating system
To install forge
you need to:
- clone repository
git clone https://github.com/roqueando/forge.git
- build and test
make build
- install
make install
NOTE: Soon this will be in release with only the executable
Want to be part of contributor? See the contributing page for how to contribute.
This project is under the license. See the file LICENSE for more details