{"id":16255313,"url":"https://github.com/qubyte/multijshint","last_synced_at":"2025-10-15T11:18:47.471Z","repository":{"id":8110261,"uuid":"9525964","full_name":"qubyte/multijshint","owner":"qubyte","description":"Pipe a list of files to this utility to run JSHint on them.","archived":false,"fork":false,"pushed_at":"2017-09-14T23:13:50.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T08:56:51.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/qubyte.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":"2013-04-18T16:10:06.000Z","updated_at":"2014-02-19T09:12:41.000Z","dependencies_parsed_at":"2022-07-21T14:30:05.955Z","dependency_job_id":null,"html_url":"https://github.com/qubyte/multijshint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qubyte/multijshint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubyte%2Fmultijshint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubyte%2Fmultijshint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubyte%2Fmultijshint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubyte%2Fmultijshint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qubyte","download_url":"https://codeload.github.com/qubyte/multijshint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qubyte%2Fmultijshint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279076272,"owners_count":26098127,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10T15:29:31.370Z","updated_at":"2025-10-15T11:18:47.435Z","avatar_url":"https://github.com/qubyte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multijshint\n\nThis is a simple utility that allows a single node instance to process a list of files through JSHint. This is useful for large projects that may need to test many files, and feel the lag from booting a node process for each.\n\nPipe this utility a list of file paths and it will do the rest. For example, with a global installation:\n\n```bash\nls ../path/to/files/*.js | multijshint\n```\n\nFor a local install, in your `package.json` scripts field a similar line can be placed (although you should do something better to make a list of your files, say for the git pre-commit hook):\n\n```json\n{\n    \"scripts\": {\n        \"multijshint\": \"ls ./lib/*.js | multijshint\"\n    }\n}\n```\n\nWhen testing files, those with errors will have some information pretty printed so that you can easily find and correct the error. The exit status of this utility is equal to the number of files that failed.\n\n## TODO\n\nHandle flags so that a config file can be indicated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubyte%2Fmultijshint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubyte%2Fmultijshint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubyte%2Fmultijshint/lists"}