11 lines
442 B
EmacsLisp
11 lines
442 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "string-inflection" "20250630.555"
|
|
"Underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names."
|
|
()
|
|
:url "https://github.com/akicho8/string-inflection"
|
|
:commit "02ab7b2ea8530c63c20556c1afb795924e08dfca"
|
|
:revdesc "02ab7b2ea853"
|
|
:keywords '("elisp")
|
|
:authors '(("akicho8" . "akicho8@gmail.com"))
|
|
:maintainers '(("akicho8" . "akicho8@gmail.com")))
|