Skip to content
/ moody Public

It transforms various data structures from left to right.

Notifications You must be signed in to change notification settings

hatappo/moody

Repository files navigation

Moody

If someone is moody, their moods change suddenly and they become angry or unhappy easily

MOODY | English meaning - Cambridge Dictionary

Moody Katsuyama

He just passes something off from right to left. This tool also just passes some data structures off from right to left

Moody Katsuyama - Wikipedia

Motivation

Features

  • The conversion features and detailed options I want do not exist in existing tools such as WebToys

HTML to Hiccup

  • Option: converting attribute name of camel case into kebab case.
  • Option: converting value of style attribute from string to map in order to use in Reagent.

Not Desktop App, But internet-less

  • A browser application is more convenient, but it should be work without server side applications

Both GUI and CUI (not implemented)

  • I want both interfaces, and I want to go back and forth between them easily. This would make it easier to share the conversion with others.

How to use

Go to https://moody.odoru.dev

Or use locally:

git clone https://github.com/hatappo/moody.git
cd moody
npm run dev
open http://localhost:3330

About

It transforms various data structures from left to right.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages