Skip to content

bfoz/eaglecad-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EagleCAD

Build Status

The EagleCAD gem provides tools for working with the files generated by the popular EagleCAD PCB design software.

Installation

Add this line to your application's Gemfile:

gem 'eaglecad'

And then execute:

$ bundle

Or install it yourself as:

$ gem install eaglecad

Usage

require 'eaglecad'

drawing = EagleCAD.read('my_schematic.sch')

drawing.write('cloned_schematic.sch')

About

Tools for working with Eagle CAD project files using Ruby

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages