kicadts 0.0.6 → 0.0.7
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
`kicadts` is a TypeScript-first toolkit for reading, editing, and generating KiCad S-expression documents. Every KiCad token is modeled as a class, so you can compose schematics, boards, and footprints entirely in TypeScript and emit KiCad-compatible files with deterministic formatting.
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/kicadts)
|
|
6
|
+
|
|
5
7
|
## Local Setup
|
|
6
8
|
|
|
7
9
|
This repository uses [Bun](https://bun.sh) for scripts and testing.
|