File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33![ build] ( https://github.com/athos/Postmortem/workflows/build/badge.svg )
44[ ![ codecov] ( https://codecov.io/gh/athos/postmortem/branch/master/graph/badge.svg )] ( https://codecov.io/gh/athos/postmortem )
55
6- A tiny data-oriented debugging tool for Clojure(Script), powered by transducers
6+ A simple debug library for Clojure(Script) that features data-oriented logging and tracing
77
88## Features
99
10- - Postmortem strongly encourages data-oriented debugging approaches
10+ - Postmortem strongly encourages the data-oriented debugging approach
1111 - Logs are just Clojure data, so you can use DataScript, REBL or whatever tools for more sophisticated log analysis
1212- [ Integration with transducers] ( #integration-with-transducers ) enables various flexible logging strategies
1313- [ Instrumentation] ( #instrumentation ) on vars makes it easier to debug functions without touching their code
Original file line number Diff line number Diff line change 11(defproject postmortem " 0.5.1"
2- :description " A tiny data-oriented debugging tool for Clojure(Script), powered by transducers "
2+ :description " A simple debug library for Clojure(Script) that features data-oriented logging and tracing "
33 :url " https://github.com/athos/Postmortem"
44 :license {:name " Eclipse Public License"
55 :url " http://www.eclipse.org/legal/epl-v10.html" }
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <name >postmortem</name >
5- <description >A tiny data-oriented debugging tool for Clojure(Script), powered by transducers </description >
5+ <description >A simple debug library for Clojure(Script) that features data-oriented logging and tracing </description >
66 <url >https://github.com/athos/Postmortem</url >
77 <licenses >
88 <license >
You can’t perform that action at this time.
0 commit comments