diff --git a/packages.json b/packages.json index 5976bd6..a4f9ca0 100644 --- a/packages.json +++ b/packages.json @@ -34872,6 +34872,24 @@ "license": "GPL-3.0-only", "web": "https://github.com/cycneuramus/nimpsort" }, + { + "name": "shark", + "description": "Convert nim source file content from camel to snake case and vice versa", + "url": "https://github.com/navid-m/shark", + "web": "https://github.com/navid-m/shark", + "method": "git", + "tags": [ + "formatting", + "formatter", + "camelcase", + "snakecase", + "converter", + "utility", + "cli", + "library" + ], + "license": "GPL-3.0-only" + }, { "name": "web", "url": "https://github.com/thing-king/web",