pro-cpp-cli-core 1.0.9 → 1.0.11

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +10 -1
package/README.md CHANGED
@@ -3,6 +3,10 @@
3
3
  The ultimate Developer Experience (DX) for C++ on Windows. Inspired by Angular and .NET CLI.
4
4
  Stop fighting with compilers, start writing code.
5
5
 
6
+ <p align="center">
7
+ <img src="https://raw.githubusercontent.com/anton-po-github/pro-cpp-cli-core/main/assets/demo-pro-cpp-cli-core.gif" alt="PRO C++ CLI Demo" width="900">
8
+ </p>
9
+
6
10
  ## 🛠 Prerequisites
7
11
 
8
12
  This tool is designed for **Windows** and requires **Visual Studio 2022** (Community, Pro, or Enterprise).
@@ -40,7 +44,7 @@ To use `procpp` inside VS Code terminal, you MUST use the Developer Environment:
40
44
 
41
45
  3. Select `Developer PowerShell for VS 2022`.
42
46
 
43
- 4. Open a NEW terminal.
47
+ 4. Open a `NEW terminal`. 💡
44
48
 
45
49
  Now `cl.exe` is recognized, and `procpp` can build your code!
46
50
 
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "pro-cpp-cli-core",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "git+https://github.com/anton-po-github/pro-cpp-cli-core.git"
7
+ },
8
+ "bugs": {
9
+ "url": "https://github.com/anton-po-github/pro-cpp-cli-core/issues"
10
+ },
11
+ "homepage": "https://github.com/anton-po-github/pro-cpp-cli-core#readme",
4
12
  "description": "The ultimate C++ Developer Experience for Windows.",
5
13
  "main": "index.js",
6
14
  "bin": {
@@ -13,6 +21,7 @@
13
21
  "watch",
14
22
  "hot-reload",
15
23
  "c++20",
24
+ "build",
16
25
  "msvc"
17
26
  ],
18
27
  "author": "PRO Developer",