We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a51aeb commit 6695865Copy full SHA for 6695865
assistants/crt/cpp.yaml
@@ -32,7 +32,7 @@ args:
32
use: eclipse
33
34
github:
35
- use: common_args
+ use: github
36
37
files:
38
cppsources: &cppsources
meta.yaml
@@ -1,5 +1,5 @@
1
package_name: cpp
2
-version: 0.10.0dev
+version: 0.10.0
3
license: GPLv2+
4
authors:
5
- Jonathan Wakely <[email protected]>
@@ -13,6 +13,7 @@ dependencies:
13
- common_args
14
- eclipse
15
- git
16
+ - github
17
- vim
18
description: |
19
Kickstarts new C++ projects
0 commit comments