{"id":22018143,"url":"https://github.com/rvflash/naming","last_synced_at":"2025-10-24T13:03:09.814Z","repository":{"id":57574894,"uuid":"354410718","full_name":"rvflash/naming","owner":"rvflash","description":"Naming provides methods to parse and build compound names for variables types","archived":false,"fork":false,"pushed_at":"2023-08-25T12:32:00.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T16:16:29.821Z","etag":null,"topics":["golang","naming-conventions"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rvflash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-03T22:55:04.000Z","updated_at":"2023-08-25T12:19:56.000Z","dependencies_parsed_at":"2022-09-18T06:14:45.751Z","dependency_job_id":null,"html_url":"https://github.com/rvflash/naming","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fnaming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fnaming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fnaming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fnaming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvflash","download_url":"https://codeload.github.com/rvflash/naming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245081309,"owners_count":20557815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","naming-conventions"],"created_at":"2024-11-30T05:10:08.199Z","updated_at":"2025-10-24T13:03:04.793Z","avatar_url":"https://github.com/rvflash.png","language":"Go","readme":"# Naming conventions\n\n[![GoDoc](https://godoc.org/github.com/rvflash/naming?status.svg)](https://godoc.org/github.com/rvflash/naming)\n[![Build Status](https://github.com/rvflash/naming/workflows/build/badge.svg)](https://github.com/rvflash/naming/actions?workflow=build)\n[![Code Coverage](https://codecov.io/gh/rvflash/naming/branch/master/graph/badge.svg)](https://codecov.io/gh/rvflash/naming)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/naming?)](https://goreportcard.com/report/github.com/rvflash/naming)\n\n\nThe package `naming` provides methods to parse and build compound names for variables types, \nfunctions, classes or other structures in source code.\n\nNaming conventions bring consistency, better understanding, readability and automation.\n\nList of supported multiple-word identifier formats:\n\n* camelCase\n* CONSTANT_CASE\n* flatcase\n* kebab-case\n* PascalCase\n* snake_case\n* Train-Case\n* UPPERFLATCASE\n\n\n### Installation\n\nTo install it, you need to install Go and set your Go workspace first.\nThen, download and install it:\n\n```bash\n$ go get -u github.com/rvflash/naming\n```    \nImport it in your code:\n\n```go\nimport \"github.com/rvflash/naming\"\n```\n\n### Prerequisite\n\n`naming` uses the Go modules that required Go 1.11 or later.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fnaming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvflash%2Fnaming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fnaming/lists"}