{"id":21065062,"url":"https://github.com/prolificinteractive/prolific-cleaner","last_synced_at":"2025-09-04T03:38:04.143Z","repository":{"id":28191048,"uuid":"31692957","full_name":"prolificinteractive/prolific-cleaner","owner":"prolificinteractive","description":"Sets up javascript projects to be linted and checked for code styles based on commit and push git hooks.","archived":false,"fork":false,"pushed_at":"2015-03-15T16:22:58.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-01-20T20:53:29.616Z","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/prolificinteractive.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":"2015-03-05T03:08:24.000Z","updated_at":"2015-06-24T21:15:51.000Z","dependencies_parsed_at":"2022-08-02T17:00:10.644Z","dependency_job_id":null,"html_url":"https://github.com/prolificinteractive/prolific-cleaner","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/prolificinteractive%2Fprolific-cleaner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2Fprolific-cleaner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2Fprolific-cleaner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2Fprolific-cleaner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prolificinteractive","download_url":"https://codeload.github.com/prolificinteractive/prolific-cleaner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243508983,"owners_count":20302106,"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-19T17:53:21.168Z","updated_at":"2025-03-14T01:42:55.937Z","avatar_url":"https://github.com/prolificinteractive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prolific Cleaner\n\n## Installation\n\nAdd the following to `pakage.json` file.\n\n```\n\"devDependencies\": {\n  \"prolific-cleaner\": \"git+https://github.com/prolificinteractive/prolific-cleaner.git#master\"\n}\n```\n\nRun `npm install`\n\n## Usage\n\nOnce it is installed you should notice that some lines were added to your package.json file.\n\n```\n\"scripts\": {\n  \"test\": \"node -e \\\"require('grunt').tasks(['test']);\\\"\",\n  \"test-all\": \"node -e \\\"require('grunt').tasks(['test-all']);\\\"\",\n  \"prepush\": \"npm test\"\n}\n```\n\nNow when you push your code npm test will run a suite of linters and code styling checks against \nyour project.  You can also add a `precommit` script that will add run your script prior to commits \nas a pre-commit git hook.\n\nFor more info see [lintlovin](https://github.com/bloglovin/lintlovin).\n\n## About And Contributing\n\nThis project is a light wrapper for [lintlovin](https://github.com/bloglovin/lintlovin).\nAll it does is install custom configuration files, preventing copy and pasting across projects.\nThe configuration files are found in the defaults folder and are used for the following.\n\n* .editorconfig -\u003e [lintspaces](https://github.com/schorfES/node-lintspaces)\n* .jscsrc -\u003e [jscs](http://jscs.info/rules.html)\n* .jshintrc -\u003e [jshint](http://jshint.com/docs/options/)\n* Gruntfile.js -\u003e Default Gruntfile to run everything this can be added to.\n\nFeel free to make pull requests to update these.\n\n## License\n\n[LICENSE (MIT)](https://github.com/schorfES/node-lintspaces/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fprolific-cleaner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprolificinteractive%2Fprolific-cleaner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fprolific-cleaner/lists"}