{"id":15654778,"url":"https://github.com/cytopia/makefiles","last_synced_at":"2025-05-01T08:42:05.849Z","repository":{"id":147859308,"uuid":"192964693","full_name":"cytopia/makefiles","owner":"cytopia","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-20T01:08:26.000Z","size":20,"stargazers_count":26,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T21:05:16.057Z","etag":null,"topics":["awesome-ci","ci","continuous-integration","lint","linter","linting","make","makefile","makefile-snippets","makefiles","terraform"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/cytopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-20T17:54:04.000Z","updated_at":"2024-09-23T15:31:32.000Z","dependencies_parsed_at":"2023-07-30T10:45:34.738Z","dependency_job_id":null,"html_url":"https://github.com/cytopia/makefiles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fmakefiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fmakefiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fmakefiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fmakefiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytopia","download_url":"https://codeload.github.com/cytopia/makefiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251849296,"owners_count":21653856,"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":["awesome-ci","ci","continuous-integration","lint","linter","linting","make","makefile","makefile-snippets","makefiles","terraform"],"created_at":"2024-10-03T12:54:06.936Z","updated_at":"2025-05-01T08:42:05.803Z","avatar_url":"https://github.com/cytopia.png","language":"Makefile","funding_links":[],"categories":["Makefile"],"sub_categories":[],"readme":"# Makefiles\n\n[![Build Status](https://travis-ci.com/cytopia/makefiles.svg?branch=master)](https://travis-ci.com/cytopia/makefiles)\n[![Tag](https://img.shields.io/github/tag/cytopia/makefiles.svg)](https://github.com/cytopia/makefiles/releases)\n![Type](https://img.shields.io/badge/type-Makefile-red.svg)\n[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)\n\nThis **[#awesome-ci](https://github.com/topics/awesome-ci)**-based\u003csup\u003e[1]\u003c/sup\u003e repository holds a collection of cross-platform compatible **Makefiles** for various different types\nof projects, which will add the very basic and best-practice linting and file checking to your code.\n\nThe default provided stage is `lint`\u003csup\u003e[2]\u003c/sup\u003e and will ensure your code is **clean**, **git-diff\nsafe** and according to **best practices** (depending on whatever linter configuration is provided).\n\n* \u003csup\u003e[1] See all awesome-ci projects here: https://github.com/topics/awesome-ci\u003c/sup\u003e\n* \u003csup\u003e[2] Some Makefiles might provide more targets (e.g.: `test`, `gen`, ...).\u003c/sup\u003e\n\n\n## Collection\n\n| Project type | Description |\n|--------------|-------------|\n| [generic](generic) | Makefile for generic projects |\n| [terraform-module](terraform-module) | Makefile for Terraform module (for Terraform \u003c 0.12 and \u003e= 0.12) |\n\n\n## Requirements\n\n* Docker\n* GNU Make\n\n\n## Installation\n\nCopy the appropriate Makefile to your project root and you're all set. The only required\ndependencies are Docker and GNU Make.\n\n\n## Usage\nThe general usage will always be:\n```bash\n$ make lint\n```\n\nFor a more specific description see the project's README.md in each collection.\n\n\n## Related [#awesome-ci](https://github.com/topics/awesome-ci) Docker images\n\nDependency-less Makefiles made possible by the following Docker images.\n\n| Docker image | Type | Description |\n|--------------|------|-------------|\n| [awesome-ci](https://github.com/cytopia/awesome-ci) | Basic | Tools for git, file and static source code analysis |\n| [file-lint](https://github.com/cytopia/docker-file-lint) | Basic | Basic source code analysis |\n| [jsonlint](https://github.com/cytopia/docker-jsonlint) | Basic | Lint JSON files |\n| [yamllint](https://github.com/cytopia/docker-yamllint) | Basic | Lint Yaml files |\n| [ansible](https://github.com/cytopia/docker-ansible) | Ansible | Multiple versions of Ansible |\n| [ansible-lint](https://github.com/cytopia/docker-ansible-lint) | Ansible | Lint  Ansible |\n| [gofmt](https://github.com/cytopia/docker-gofmt) | Go | Format Go source code |\n| [golint](https://github.com/cytopia/docker-golint) | Go | Lint Go code |\n| [eslint](https://github.com/cytopia/docker-eslint) | Javascript | Lint Javascript code |\n| [checkmake](https://github.com/cytopia/docker-checkmake) | Make | Lint Makefiles |\n| [phpcs](https://github.com/cytopia/docker-phpcs) | PHP | PHPCodeSniffer and Code Beautifier and Fixer |\n| [black](https://github.com/cytopia/docker-black) | Python | The uncompromising Python code formatter |\n| [pycodestyle](https://github.com/cytopia/docker-pycodestyle) | Python | Python style guide checker |\n| [pylint](https://github.com/cytopia/docker-pylint) | Python | Python source code, bug and quality checker |\n| [terraform-docs](https://github.com/cytopia/docker-terraform-docs) | Terraform | Terraform doc generator (TF 0.12 ready) |\n| [terragrunt](https://github.com/cytopia/docker-terragrunt) | Terraform | Terragrunt and Terraform |\n\n\n## Contributing\n\nSee guidelines here: **[CONTRIBUTING](CONTRIBUTING.md)**\n\n\n## License\n\n**[MIT License](LICENSE)**\n\nCopyright (c) 2019 [cytopia](https://github.com/cytopia)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytopia%2Fmakefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcytopia%2Fmakefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcytopia%2Fmakefiles/lists"}