https://github.com/badetitou/pharostringcaseformating
I propose different way to format string following naming convention
https://github.com/badetitou/pharostringcaseformating
Last synced: 7 months ago
JSON representation
I propose different way to format string following naming convention
- Host: GitHub
- URL: https://github.com/badetitou/pharostringcaseformating
- Owner: badetitou
- License: mit
- Created: 2023-01-09T11:03:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T08:16:26.000Z (over 2 years ago)
- Last Synced: 2025-01-14T01:15:21.342Z (9 months ago)
- Language: Smalltalk
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PharoStringCaseFormating
[](https://github.com/badetitou/PharoStringCaseFormating/actions/workflows/test.yml)
[](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
```