parent
d7972285c2
commit
4904e47cf5
10
README.md
10
README.md
|
|
@ -2,8 +2,10 @@
|
|||
|
||||

|
||||
|
||||

|
||||
[](https://coveralls.io/github/INTI-CMNB/kiplot?branch=master)
|
||||

|
||||
[](https://coveralls.io/github/INTI-CMNB/kiplot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
|
||||
KiBot is a program which helps you to generate the fabrication and
|
||||
documentation files for your KiCad projects easily, repeatable, and
|
||||
|
|
@ -38,7 +40,7 @@ i.e. *my_project.kibot.yaml*. The format used is [YAML](https://yaml.org/).
|
|||
This is basically a text file with some structure.
|
||||
This file can be compressed using *gzip* file format.
|
||||
|
||||
If you never used YAML read the following [explanation](docs/KiPlotYAML.md).
|
||||
If you never used YAML read the following [explanation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/KiPlotYAML.md).
|
||||
Note that the explanation could be useful even if you know YAML.
|
||||
|
||||
### The header
|
||||
|
|
@ -1043,7 +1045,7 @@ kibot --list
|
|||
### Command line help
|
||||
|
||||
```
|
||||
KiBot: Command-line Plotting for KiCad
|
||||
KiBot: KiCad automation tool for documents generation
|
||||
|
||||
Usage:
|
||||
kibot [-b BOARD] [-e SCHEMA] [-c CONFIG] [-d OUT_DIR] [-s PRE]
|
||||
|
|
|
|||
|
|
@ -2,8 +2,10 @@
|
|||
|
||||

|
||||
|
||||

|
||||
[](https://coveralls.io/github/INTI-CMNB/kiplot?branch=master)
|
||||

|
||||
[](https://coveralls.io/github/INTI-CMNB/kiplot?branch=master)
|
||||
[](https://pypi.org/project/kibot/)
|
||||
|
||||
|
||||
KiBot is a program which helps you to generate the fabrication and
|
||||
documentation files for your KiCad projects easily, repeatable, and
|
||||
|
|
@ -38,7 +40,7 @@ i.e. *my_project.kibot.yaml*. The format used is [YAML](https://yaml.org/).
|
|||
This is basically a text file with some structure.
|
||||
This file can be compressed using *gzip* file format.
|
||||
|
||||
If you never used YAML read the following [explanation](docs/KiPlotYAML.md).
|
||||
If you never used YAML read the following [explanation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/KiPlotYAML.md).
|
||||
Note that the explanation could be useful even if you know YAML.
|
||||
|
||||
### The header
|
||||
|
|
|
|||
Loading…
Reference in New Issue