Added package anycase (#1275)

This commit is contained in:
Konstantin Epishev 2019-12-17 09:24:26 +03:00 committed by Miran
parent 0717875dad
commit 61e522b575

View File

@ -15627,5 +15627,19 @@
"description": "a state-of-the-art ùultithreading runtime",
"license": "MIT or Apache License 2.0",
"web": "https://github.com/mratsim/weave"
},
{
"name": "anycase",
"url": "https://github.com/lamartire/anycase",
"method": "git",
"tags": [
"camelcase",
"kebabcase",
"snakecase",
"case"
],
"description": "Convert strings to any case",
"license": "MIT",
"web": "https://github.com/lamartire/anycase"
}
]