nv icon indicating copy to clipboard operation
nv copied to clipboard

Add support for using as a golang library

Open maxnorth opened this issue 1 year ago • 0 comments

I think people will want to be able to launch nv as a library, for a couple reasons:

  • Simplifies nv installation
  • This is the most common pattern for using dotenv, which nv aims to be an alternative to

Given that nv is implemented in go, and given go's easy approach to package management, this is the obvious place to start.

maxnorth avatar Feb 02 '24 02:02 maxnorth