PharoStringCaseFormating

Description

I propose different way to format string following naming convention

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Jan. 9, 2023
Updated
Jan. 9, 2023

Categories

System / OS

README excerpt

# PharoStringCaseFormating

[![CI Moose 10](https://github.com/badetitou/PharoStringCaseFormating/actions/workflows/test.yml/badge.svg)](https://github.com/badetitou/PharoStringCaseFormating/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/badetitou/PharoStringCaseFormating/badge.svg?branch=main)](https://coveralls.io/github/badetitou/PharoStringCaseFormating?branch=main)

I propose different way to format string following naming convention

## Installation

```st
Metacello new
  githubUser: 'badetitou' project: 'PharoStringCaseFormating' commitish: 'main' path: 'src';
  baseline: 'PharoStringCaseFormating';
  load
```
← Back to results