version

package module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

README

Nodora

GitHub last commit (branch) GitHub License GitHub Tag

This project is under active development. Breaking changes may occur without notice.

Nodora is a declarative rule engine focused on readable, maintainable business rules. Source is compiled into a portable ruleset and then evaluated against JSON input.

Read the documentation | Examples

Installation

Linux / macOS
curl -fsSL https://nodora.org/install.sh | bash
Windows
irm https://nodora.org/install.ps1 | iex
Build from source

Building from source requires Go 1.24+.

git clone https://github.com/nodora-org/nodora.git
cd nodora
make build

The binary is written to build/nodora.

Development

make build      # build the CLI into build/
make test       # run the full test suite
make clean      # remove build artifacts

License

Licensed under the Apache License 2.0.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "dev-build"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL