incplot
CLI tool for drawing great looking plots in the terminal and in HTML focused on user ergonomics and simplicity
File Explorer
Download Latest Version (.zip)- brew_test.yml
- build.yml
- notes.md
- publish.yml
- configScript.cmake
- platform_folder.hpp.in
- versiondef.hpp.in
- LICENSE.txt
- MingwRuntimeDeps.cmake
- StageOutputs.cmake
- StdlibQuery.cmake
- CMakeLists.txt
- LICENSE
- README.md
- VSWhere.cmake
- Windows.Clang.toolchain.cmake
- Windows.EWDK.toolchain.cmake
- Windows.Kits.cmake
- Windows.MSVC.toolchain.cmake
- WSL.cmake
- CPM_0.42.3.cmake
- configDB.seed.sqlite
- args.hpp
- config.hpp
- err.hpp
- sqlitedefs.hpp
- args.cpp
- config.cpp
- main.cpp
- .clang-format
- .clangd
- .gitattributes
- .gitignore
- CMake_dependencies.cmake
- CMakeLists.txt
- CMakePresets.json
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/InCom-0/incplot
Downloads the entire project code from GitHub to your computer.
cd incplot
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install InCom-0/incom/incplot
Installs the pre-built package via Homebrew β no source build required.
scoop install incoms/incplot
Installs directly via Scoop (Windows).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. CMake
MediumPrerequisites
<a href="https://cmake.org/"><img alt="CMake" src="https://img.shields.io/badge/CMake-%23003765?style=flat&logo=cmake&labelColor=%23003765"></a>
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
