{"id":16947061,"url":"https://github.com/mainro/atom-tools","last_synced_at":"2025-04-13T23:22:58.940Z","repository":{"id":143296053,"uuid":"48917448","full_name":"MainRo/atom-tools","owner":"MainRo","description":"Some scripts for the atom code editor","archived":false,"fork":false,"pushed_at":"2016-01-31T20:46:50.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T13:39:53.047Z","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/MainRo.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":"2016-01-02T17:16:53.000Z","updated_at":"2023-09-08T17:05:18.000Z","dependencies_parsed_at":"2023-04-23T21:53:39.731Z","dependency_job_id":null,"html_url":"https://github.com/MainRo/atom-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fatom-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fatom-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fatom-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainRo%2Fatom-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MainRo","download_url":"https://codeload.github.com/MainRo/atom-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248795176,"owners_count":21162725,"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":"2024-10-13T21:45:44.668Z","updated_at":"2025-04-13T23:22:58.918Z","avatar_url":"https://github.com/MainRo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atom-tools\n\nThese are a set of scripts that ease the use of Atom.\nPut all scripts in your PATH, and run them from your project's build directory.\n\n## atom-autocomplete-clang\n\nGenerates a .clang_autocomplete configuration file for the provided component.\nIf a \".clang_complete.addon\" file is present in the component root directory,\nthen this file is appended to the generated file. This allows to add other\ncompiler options.\n\n## atom-buid-gen\n\nGenerates an atom-build configuration file so that the component can be build\nwithin atom. The following targets are generated:\n\n- all\n- clean\n- check\n\n## atom-rtags-gen\n\nGenerates a \"compile_commands.json\" for the component if it does not exist, and\nadds it to the rtags rdm indexer daemon. Using the \"last-cursor-position\"\npackage in combination with rtags allows to go back to previous code locations.\n\nThis script requires bear to be installed on the system :\n\n    https://github.com/rizsotto/Bear/tree/master/libear\n\nOn 64bit systems, bear must be compiled and installed for both 32 and 64 bit\narchitectures. Select the architecture when runing cmake. For 32 bit systems:\n\n    CFLAGS=-m32 CXXFLAGS=-m32 cmake -DCMAKE_INSTALL_PREFIX=/home/xx/local\n\nand for 64bit systems:\n\n    CFLAGS=-m64 CXXFLAGS=-m64 cmake -DCMAKE_INSTALL_PREFIX=/home/xx/local\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainro%2Fatom-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainro%2Fatom-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainro%2Fatom-tools/lists"}