{"id":18689666,"url":"https://github.com/mrseanryan/tslint-log","last_synced_at":"2025-11-08T07:30:29.647Z","repository":{"id":47998992,"uuid":"167362893","full_name":"mrseanryan/tslint-log","owner":"mrseanryan","description":"Custom tslint rule that logs out all visited source code files. Use for diagnosing tslint configuration.","archived":false,"fork":false,"pushed_at":"2021-08-11T04:34:09.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T02:45:14.775Z","etag":null,"topics":["log","logging","tslint"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mrseanryan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-24T12:18:42.000Z","updated_at":"2019-03-25T14:48:36.000Z","dependencies_parsed_at":"2022-08-12T16:11:28.429Z","dependency_job_id":null,"html_url":"https://github.com/mrseanryan/tslint-log","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/mrseanryan%2Ftslint-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrseanryan%2Ftslint-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrseanryan%2Ftslint-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrseanryan%2Ftslint-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrseanryan","download_url":"https://codeload.github.com/mrseanryan/tslint-log/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550286,"owners_count":19657541,"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":["log","logging","tslint"],"created_at":"2024-11-07T10:44:34.385Z","updated_at":"2025-11-08T07:30:29.617Z","avatar_url":"https://github.com/mrseanryan.png","language":"TypeScript","funding_links":["https://paypal.me/mrseanryan"],"categories":[],"sub_categories":[],"readme":"# :page_with_curl: tslint-log readme\n\nA custom tslint rule that logs out all visited source code files.\n\nUse to diagnose tslint configuration, to see that expected files are being linted.\n\n## status - stable\n\ntslint-log is stable and tested on Linux and Windows.\n\n[![Size](https://packagephobia.now.sh/badge?p=tslint-log)](https://packagephobia.now.sh/result?p=tslint-log)\n\n[![Dependencies](https://david-dm.org/mrseanryan/tslint-log.svg)](https://david-dm.org/mrseanryan/tslint-log)\n[![Dev Dependencies](https://david-dm.org/mrseanryan/tslint-log/dev-status.svg)](https://david-dm.org/mrseanryan/tslint-log?type=dev)\n\n[![npm Package](https://img.shields.io/npm/v/tslint-log.svg?style=flat-square)](https://www.npmjs.org/package/tslint-log)\n[![NPM Downloads](https://img.shields.io/npm/dm/tslint-log.svg)](https://npmjs.org/package/tslint-log)\n\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://paypal.me/mrseanryan)\n\n\n## dependencies\n\nNo special dependencies - just `TypeScript` and of course `tslint`.\n\n## features\n\n- a custom tslint rule that logs out the path to each visited TypeScript file\n\n## usage\n\n### 1 Install via npm (or yarn) into your TypeScript project\n\n```\nnpm install tslint-log\n```\n\n### 2 Configure tslint to pick up the custom rule\n\nEdit your `tslint.json` to have an entry `\"rulesDirectory\"` that points to tslint-log.\n\nNormally this would be like:\n\n```json\n{\n    \"rulesDirectory\": \"node_modules/tslint-log/dist/lib\",\n    \"rules\": {\n        \"tslLog\": true\n\n        // more tslint rules here...\n    }\n}\n```\n\n## sites\n\n| site                 | URL                                               |\n| -------------------- | ------------------------------------------------- |\n| source code (github) | https://github.com/mrseanryan/tslint-log |\n| npm                  | https://www.npmjs.com/package/tslint-log |\n\n## developing code in _this_ repository\n\nsee the [contributing readme](CONTRIBUTING.md).\n\n## authors\n\nOriginal work by Sean Ryan - mr.sean.ryan(at gmail.com)\n\n## licence = MIT\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/mrseanryan/tslint-log/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrseanryan%2Ftslint-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrseanryan%2Ftslint-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrseanryan%2Ftslint-log/lists"}