/spice-t

Typescript implementation of JPL's SPICE toolkit

Primary LanguageTypeScriptMIT LicenseMIT

What's going on here?

Uh, I guess I'm trying to convert the JPL's CSPICE and the Fortran SPICE toolkits to a Typescript implementation

Why?

Why not?

Things to watch out for

I've set nvmrc to use Node 20, but ts-node only has default tsconfigs up to Node 16, so far I haven't run into any issues.

TODO

  • coverage deployment
  • which implies some kind of build process