Skip to content

A library to model and process attribute relationships.

License

Notifications You must be signed in to change notification settings

rodolfo42/pathom3

 
 

Repository files navigation

Pathom 3

Pathom Logo

Logic engine for attribute processing for Clojure and Clojurescript.

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

Status

Alpha, avoid for critical parts. Recommended for enthusiasts and people looking to help and chasing bugs and help improve the development of Pathom.

Install

While in alpha state, this library is only available as a git deps dependency.

{:deps {com.wsscode/pathom3 {:git/url "https://github.com/wilkerlucio/pathom3"
                             :sha     "FIND_LATEST_ON_GITHUB"}}}

Documentation

https://pathom3.wsscode.com/

Run Tests

Clojure

./script/test

ClojureScript

npm install
npx shadow-cljs compile ci
npx karma start --single-run

About

A library to model and process attribute relationships.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 99.5%
  • Other 0.5%