Skip to content

Gigas002/Jaml

Repository files navigation

Jaml

Jaml is an alternative to Xaml, that uses .json files instead

The nearest plans are for WPF support (Jaml.Wpf library), but in future I'd like to support a cross-platform solution too (using Avalonia UI probably?).

Build status Actions Status

Table of contents

Current state

This project supports SemVer 2.0.0 with template {MAJOR}.{MINOR}.{PATCH}.{BUILD}.

The project is still heavy under development and there's a lot of things to do before releasing something. Feel free to contribute, just read the CONTRIBUTING file first.

You can also track current state in GitHub's issues, milestones and projects.

Stable releases will be located here: Release, or on NuGet: NuGet.

Previous versions can be found on releases and branches pages. You can also search through Git's tags.

If you want to learn, what've been done in previous releases, take a look at CHANGELOG.

Building

This project uses Microsoft.NET.Sdk.WindowsDesktop, so you you can only build and use it on Windows systems.

Solution can be build in VS2019 (16.8.3+). You can also use VSCode (1.52.0+) with omnisharp-vscode (1.23.7+) extension.

Project targets .NET 5.0.1, so you'll need .NET 5.0.101 SDK.

Dependencies

Build from source only:

Documentation

Offline documentation is located inside of Jaml.Wpf/Docs directory.

To browse the docs offline, it's recommended to use dotnet try tool. Really, just give it a try! To see the docs, just run the docs.ps1 script.

Contributing

Feel free to contribute this project: make forks, issues, PRs, etc. For more details, please read CONTRIBUTING.

License

The project is distributed under DBADPL license. Read the LICENSE for more details.