@@ -8,6 +8,11 @@ This project has two sides:
88
99Here you can see a [ 3 min quick demo] ( https://youtu.be/t4aOSJibuzs ) .
1010
11+ ## 💻 Install
12+ 1 . Download the latest binary from the [ releases page] ( https://github.com/hexagonkt/codecv/releases )
13+ 2 . Copy or link the binary to a directory in the PATH
14+ 3 . Type ` codecv --help ` to check how to use the reference tool
15+
1116## 🤔 Motivation
1217The format was developed and evolved with the simple requirement to store and maintain my own CV.
1318
@@ -52,7 +57,18 @@ editors to attach a schema to a file).
5257Some formats (YAML and TOML) allow the use of a [ 'shebang'] [ shebang ] to make them "executable" and
5358launch the CV server automatically upon execution. Check the examples for more information.
5459
60+ The schema is also published in the [ JSON Schema Repository] ( https://www.schemastore.org/json ) . This
61+ means that CV documents will be supported out of the box at some code editors (most notably
62+ [ VS Code] and [ JetBrains IDEs] ).
63+
64+ It implies that you will get autocomplete, documentation and validation for the following file
65+ patterns:
66+ - ` cv.{json,yaml,yml,toml} ` ,
67+ - ` *.cv.{json,yaml,yml,toml} ` ,
68+
5569[ shebang ] : https://en.wikipedia.org/wiki/Shebang_(Unix)
70+ [ VS Code ] : https://code.visualstudio.com
71+ [ JetBrains IDEs ] : https://www.jetbrains.com
5672
5773## 🧰 Examples
5874You can check some CV examples (in different formats) on the [ /examples] ( /examples ) directory.
0 commit comments