Skip to content

Latest commit

 

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ts-git library

This is the source for the ts-git library. For usage details, see this project's main README.

Project setup

npm install

Compiles the library

npm run build

Compiles the library in watch mode

npm run watch

Runs the libary's tests

npm run test

Runs the library's tests in watch mode

npm run test-watch