pro-cpp-cli-core 1.0.12 → 1.0.13
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 +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,13 +62,5 @@ Now `cl.exe` is recognized, and `procpp` can build your code!
|
|
|
62
62
|
|
|
63
63
|
🧐 Why this package?
|
|
64
64
|
|
|
65
|
-
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.
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
🐞 Debugging
|
|
70
|
-
|
|
71
|
-
Just press F5! Our `init` command sets up a "Bulletproof" debugger configuration that won't conflict with the watcher.
|
|
72
|
-
|
|
73
|
-
Created with ❤️ for the C++ Community.
|
|
65
|
+
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.
|
|
74
66
|
|