Files
framit/content/en/projects.json
T

86 lines
2.3 KiB
JSON

{
"projects": [
{
"name": "jj-cz",
"description": "A Commitizen alternative for Jujutsu",
"role": "Author",
"dates": {
"start": "February 2026"
},
"links": [
{
"url": "https://labs.phundrak.com/phundrak/jj-cz",
"display": "labs.phundrak.com/phundrak/jj-cz",
"type": "gitea"
},
{
"url": "https://crates.io/crates/jj-cz",
"display": "jj-cz",
"type": "cargo"
}
],
"tools": [
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
{ "name": "Rust", "link": "https://rust-lang.org/" },
{ "name": "Nix", "link": "https://nixos.org/" },
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
]
},
{
"name": "Georm",
"description": "Georm, a simple, opinionated SQLx ORM for PostgreSQL",
"dates": {
"start": "January 2025"
},
"role": "Author",
"links": [
{
"url": "https://labs.phundrak.com/phundrak/georm",
"display": "labs.phundrak.com/phundrak/georm",
"type": "gitea"
},
{
"url": "https://github.com/phundrak/georm",
"display": "phundrak/georm",
"type": "github"
},
{
"url": "https://crates.io/crates/georm",
"display": "georm",
"type": "cargo"
}
],
"tools": [
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
{ "name": "Rust", "link": "https://rust-lang.org/" },
{ "name": "Nix", "link": "https://nixos.org/" },
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
]
},
{
"name": "f.el",
"description": "Modern API for working with files and directories in Emacs",
"dates": {
"start": "March 2022"
},
"role": "Maintener",
"links": [
{
"url": "https://github.com/rejeep/f.el",
"display": "rejeep/f.el",
"type": "github"
},
{
"url": "https://melpa.org/#/f",
"display": "f",
"type": "melpa"
}
],
"tools": [
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
]
}
]
}