Developing a toolset for simulating circuits, using NGSpice as the backend. In a perfect world, I would then combine this with circuit-designer as the frontend for the schematic capture... let's see.
cd docs
julia --project=. make.jl
julia --project=. -e 'using Pkg; Pkg.test(coverage=true)
- Come up with an actual detailed plan for features
- Make plotting interactive and savable... with latex labels
- AC analysis of simple amplifier stages
- Incorporate more spice models in examples
- Work on automatic testing...