Language

Package: emacs-string-inflection @ 1.0.12

Synopsis

Convert symbol names between different naming conventions

Description

This Emacs package provides convenient methods for manipulating the naming style of a symbol. It supports different naming conventions such as:

  1. camel case

  2. Pascal case

  3. all upper case

  4. lower case separated by underscore

  5. etc...

Home page
https://github.com/akicho8/string-inflection
Location
gnu/packages/emacs-xyz.scm (line: 4746, column: 2)
License

Lint warnings

LinterMessageLocation
tests-true

Check if tests are explicitly enabled

#:tests? must not be explicitly set to #t