Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1000 Bytes

File metadata and controls

33 lines (23 loc) · 1000 Bytes

logservable

git log as an observable stream of JSON objects

Installation

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 --save

Dependencies

None

Dev Dependencies

  • @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

License

MIT