wilkerlucio / pathom3

A library for navigating data.

Home Page:https://pathom3.wsscode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathom 3 Clojars Project Test cljdoc badge bb compatible

Pathom Logo

Logic engine for attribute processing for Clojure and Clojurescript.

Pathom3 is a redesign of Pathom, but it is a new library and uses different namespaces.

Status

Alpha. Changes and breakages may occur. Recommended for enthusiasts and people looking to help, chase bugs, and help improve the development of Pathom.

Install

com.wsscode/pathom3 {:mvn/version "VERSION"}

Documentation

https://pathom3.wsscode.com/

Run Tests

Pathom 3 uses Babashka for task scripts, please install it before proceeding.

Clojure

bb test

ClojureScript

To run once

bb test-cljs-once

Or to start shadow watch and test in the browser:

bb test-cljs

About

A library for navigating data.

https://pathom3.wsscode.com

License:Eclipse Public License 2.0


Languages

Language:Clojure 100.0%Language:JavaScript 0.0%