{"id":19783094,"url":"https://github.com/edmondscommerce/feqa","last_synced_at":"2025-11-23T08:02:09.386Z","repository":{"id":57110662,"uuid":"187606163","full_name":"edmondscommerce/feqa","owner":"edmondscommerce","description":"A Frontend QA Pipeline designed to be run locally and in CI, written in Bash","archived":false,"fork":false,"pushed_at":"2019-05-21T16:13:45.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T09:26:37.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/edmondscommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-20T09:06:54.000Z","updated_at":"2019-05-21T16:29:04.000Z","dependencies_parsed_at":"2022-08-20T18:20:54.612Z","dependency_job_id":null,"html_url":"https://github.com/edmondscommerce/feqa","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/edmondscommerce%2Ffeqa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Ffeqa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Ffeqa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Ffeqa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edmondscommerce","download_url":"https://codeload.github.com/edmondscommerce/feqa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241114087,"owners_count":19912017,"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-11-12T06:07:17.059Z","updated_at":"2025-11-23T08:02:04.345Z","avatar_url":"https://github.com/edmondscommerce.png","language":"Shell","readme":"# FrontEnd Quality Assurance\n## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)\n## Inspired by [PHP QA](https://github.com/edmondscommerce/phpqa/)\n\n## Introduction\n\nFEQA is a quality assurance pipeline written in BASH that can be run both on the desktop as part of your development \nprocess and then also as part of a continuous integration (CI) pipeline.\n\nIt runs tools in a logical order and will fail as quickly as possible.\n\nFEQA has only been tested on Linux.\n\n## Installing\n\nInstall with either `npm` or `yarn`\n\n```bash\n# Yarn\nyarn add  @edmondscommerce/feqa\n\n# NPM\nnpm install --save-dev @edmondscommerce/feqa\n```\n\nIf you want to keep with the bleeding edge - install directly from Github\n\n```bash\nnpm install --save-dev github:edmondscommerce/feqa#master\n```\n\n\n## Running\n\nTo run the full pipline, simply execute in your BASH terminal: \n```bash\n./node_modules/.bin/feqa\n\n# Or\nnpx feqa \n```\n\n### Usage:\n\n```\n$ ./node_modules/.bin/feqa -h\n\nUsage:\nnpx feqa [-t tool to run ] [ -p path to scan ]\n\nDefaults to using all tools and scanning whole project based on platform\n\n - use -h to see this help\n\n - use -p to specify a specific path to scan\n\n - use -t to specify a single tool:\n     lint|eslint                   ES Linting and fixing\n     jest|jest                     Jest testing framework\n```\n\nBy default, FEQA will run against the entire project root.\n\n### Single Tool:\n\nIf you want to run a single tool, use the `-t` option. See the usage above to get the shortcuts for the tools\n\n```bash\nnpx feqa -t jest\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmondscommerce%2Ffeqa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmondscommerce%2Ffeqa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmondscommerce%2Ffeqa/lists"}