{"id":24799142,"url":"https://github.com/tomibennett/cpp-creation-file-class","last_synced_at":"2025-06-25T17:09:31.902Z","repository":{"id":22828786,"uuid":"26175850","full_name":"tomibennett/cpp-creation-file-class","owner":"tomibennett","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-05T20:56:42.000Z","size":151,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T22:43:00.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomibennett.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":"2014-11-04T15:48:19.000Z","updated_at":"2014-11-04T15:56:38.000Z","dependencies_parsed_at":"2022-08-17T17:00:29.393Z","dependency_job_id":null,"html_url":"https://github.com/tomibennett/cpp-creation-file-class","commit_stats":null,"previous_names":["tomibennett/cpp-creation-file-class"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomibennett/cpp-creation-file-class","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomibennett%2Fcpp-creation-file-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomibennett%2Fcpp-creation-file-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomibennett%2Fcpp-creation-file-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomibennett%2Fcpp-creation-file-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomibennett","download_url":"https://codeload.github.com/tomibennett/cpp-creation-file-class/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomibennett%2Fcpp-creation-file-class/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261917440,"owners_count":23229919,"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":[],"created_at":"2025-01-30T02:16:47.641Z","updated_at":"2025-06-25T17:09:31.876Z","avatar_url":"https://github.com/tomibennett.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"#cpp file’s class creation script\n\n```\n$\u003els -Rl\n.:\ntotal0\n$\u003e./templ example\n$\u003e ls -Rl\n./include:\ntotal 4\n-rw-r--r-- 1 n0t n0t 385 Nov  4 16:42 example.hpp\n\n./src:\ntotal 4\n-rw-r--r-- 1 n0t n0t 311 Nov  4 16:42 example.cpp\n$\u003e cat include/example.hpp\n```\n```\n/*\n * Example.cpp for project [...]\n *\n * made by Thomas 'magneto' Nieto\n */\n\n#ifndef _EXAMPLE_HPP_\n#define _EXAMPLE_HPP_\n\nclass Example {\n  private:\n    //attributes\n\n  public:\n    //ctors \u0026 dtors\n    Example();\n    Example(const Example\u0026);\n    Example\u0026 operator=(const Example\u0026);\n    ~Example();\n\n    //functions members\n};\n\n#endif // _EXAMPLE_HPP\n```\n\n```\n$\u003e cat src/example.cpp\n```\n\n```\n/*\n * Example for project [...]\n *\n * made by \u003cyour name\u003e\n */\n\n#include \"Example.hpp\"\n\n//ctors \u0026 dtors\nExample::Example() {}\n\nExample::Example(const Example\u0026 oth) {}\n\nExample\u0026 Example::operator=(const Example\u0026 rht) {}\n\nExample::~Example() {}\n\n\n// members functions\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomibennett%2Fcpp-creation-file-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomibennett%2Fcpp-creation-file-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomibennett%2Fcpp-creation-file-class/lists"}