Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kicad-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kicad-utils

kicad-utils ========

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

kicad-utils

KiCAD library / schematic / pcb parser and plotter written in TypeScript (JavaScript)

DEMO

  • Library Viewer
  • Schematic/PCB Viewer

Setup bookmarklet for github: https://cho45.stfuawsc.com/kicad-utils/static/ .

.sch to .svg/.png in command-line

npx kicad-utils sch2svg path/to/file.sch

or latest from github:

npx -p github:cho45/kicad-utils kicad-utils sch2svg

Development

Edit .ts files.

start foreman

npm install
./node_modules/.bin/nf start

For only web assets (static/)

npm install
./node_modules/.bin/webpack --watch

For only CUI assets (bin/)

npm install
tsc --watch

FAQs

Package last updated on 13 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc