Lucas Sproule
Lucas Sproule
```CPP lua.new_usertype("Package", "new", sol::no_constructor, "name", &Command::Package::name, "git", &Command::Package::git, "git_short", &Command::Package::git_short, "git_prefixed", &Command::Package::git_prefixed, "selected_version", &Command::Package::selected_version, "versions", &Command::Package::versions, "target_link", &Command::Package::target_link, "description", &Command::Package::description, "selected_version", &Command::Package::selected_version, "git_description", &Command::Package::git_description, "language", &Command::Package::language, "license", &Command::Package::license, "owner", &Command::Package::owner,...
Setup a way to change the templates directory, and other configuration data bases on where the user wants the files to be based on some config file or something. It...
This should be a command to export the templates that are local to an overrides directory. Allowing the user to edit the CMakeLists.txt template for themselves. This of course will...
we should take an existing CMakeList.txt rename it to CMakeLists.txt.inja. Then create a frate-project.json. We should require them to do minor setup. Like the name of the project then a...
- [x] #71 - [ ] #70 - [ ] #69 - [ ] #87
- introduction - scope - how does it work - Quickstart - Tutorial - CLI options - How to contribute
execve would be better since you can specify the path to the executable, and then everything else is passed as a string, so it couldn't be vunerable to things such...
1. **Compiler Feature Detection**: Create Lua scripts that interface with CMake's compiler feature detection capabilities. You can expose these as simple Lua functions, allowing users to check for specific compiler...