Semi beginner seeking advice on my little project

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cmake-init

    The missing CMake project initializer

  • This came about because as I was studying a new topic this past week where I was having to frequently create the boilerplate for projects (I usually use a basic CMake instead of Makefile because I have studied it more though not much) and I wanted to automate that. However I was not only unaware of the existence of CMake-init but I also wanted to learn from doing something myself so I decided to create a simple create-project script. But then after that I got more ambitious and made a createclass script to use inside the project that would create class boilerplate, so I ended up modifying my create-project to include placing a createclass script inside the project's boilerplate when creating it.

  • myCommands

    Discontinued Script that creates a barebone boiler-plate directory for a basic CPP project on Unix-based systems. [Moved to: https://github.com/sethvan/createProject]

  • The main instructions I can think of so far would be for them to cd into $HOME and then clone the repo:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • create-project-app-example

    Discontinued Example output of my personal utility to create a skeleton C++ project for myself

  • For just me though the create-project command outputs something like this create-project-app-example because that is the settings I am currently using and it is only meant for small to medium-sized projects where you would start out with a src/, include/ res/, build/, CMakeLists.txt and a couple scripts. However to make something more generic to be a type of MVP for the minimum-sized demographic worthwhile I wanted advice so as to place the workspace in a better light. I mean I could easily add to create-project several different ways. I just now realized that I am only automatically adding cpp files to CMakeLists.txt when they are created as part of a class and that it would be a good idea in my script that calls CMake to beforehand call another utility that first searches the project's folders for any cpp files that are not yet added and add them first.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • CMake install schema for single- and multi-config generators

    2 projects | /r/cpp | 6 Dec 2023
  • How does one actually build a C++ project

    3 projects | /r/cpp_questions | 26 May 2023
  • CMakeList.txt, add_executable vs. add_library vs. target_link_libraries vs. target_link_directories

    1 project | /r/cpp_questions | 23 May 2023
  • Clang++ Halp

    1 project | /r/cpp_questions | 15 May 2023
  • Putting libraries in program folder

    1 project | /r/cpp_questions | 15 May 2023