keyv-file icon indicating copy to clipboard operation
keyv-file copied to clipboard

Request for typescript development environment

Open DanielTamkin opened this issue 6 years ago • 1 comments

Curious on the development environment your using @zaaack, if i want to add some functionality / features to the repo.

DanielTamkin avatar Mar 20 '19 21:03 DanielTamkin

@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

zaaack avatar Mar 21 '19 02:03 zaaack