git log as an observable stream of JSON objects
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install logservable --saveNone
- @types/node: TypeScript definitions for Node.js
- prettier: Prettier is an opinionated code formatter
- rimraf: A deep deletion module for node (like
rm -rf) - rxjs: Reactive Extensions for modern JavaScript
- tslint: An extensible static analysis linter for the TypeScript language
- typescript: TypeScript is a language for application scale JavaScript development
MIT