pro-cpp-cli-core 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,3 +82,6 @@ How to set it up in 2 steps:
|
|
|
82
82
|
|
|
83
83
|
Tired of configuring CMake and tasks.json for days just to test a simple C++ idea? `pro-cpp-cli` brings modern Web Development DX (like Vite/Nodemon) to the C++ world. Zero configuration. Native C++20 Modules support. Just write code.
|
|
84
84
|
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
Created with ❤️ for the C++ Community.
|