keyv-file
keyv-file copied to clipboard
Request for typescript development environment
Curious on the development environment your using @zaaack, if i want to add some functionality / features to the repo.
@DanielTamkin Hi, I'm using VSCode to develop my TS projects, it has out-of-box support for TypeScript. If you want to develop keyv-file, you can git clone the repo, and then run
yarn // or `npm i` to install dependencies
npm test // running tests