Skip to content

Commit 470b977

Browse files
authored
add package shark (#3012)
1 parent f25cf8f commit 470b977

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34872,6 +34872,24 @@
3487234872
"license": "GPL-3.0-only",
3487334873
"web": "https://github.com/cycneuramus/nimpsort"
3487434874
},
34875+
{
34876+
"name": "shark",
34877+
"description": "Convert nim source file content from camel to snake case and vice versa",
34878+
"url": "https://github.com/navid-m/shark",
34879+
"web": "https://github.com/navid-m/shark",
34880+
"method": "git",
34881+
"tags": [
34882+
"formatting",
34883+
"formatter",
34884+
"camelcase",
34885+
"snakecase",
34886+
"converter",
34887+
"utility",
34888+
"cli",
34889+
"library"
34890+
],
34891+
"license": "GPL-3.0-only"
34892+
},
3487534893
{
3487634894
"name": "web",
3487734895
"url": "https://github.com/thing-king/web",

0 commit comments

Comments
 (0)