{"id":21222215,"url":"https://github.com/lostintime/devcon-ts","last_synced_at":"2026-05-17T12:32:48.920Z","repository":{"id":33118298,"uuid":"147540606","full_name":"lostintime/devcon-ts","owner":"lostintime","description":"Development configs for TypeScript projects","archived":false,"fork":false,"pushed_at":"2022-12-03T13:45:28.000Z","size":502,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T11:36:16.162Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lostintime.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":"2018-09-05T15:32:32.000Z","updated_at":"2021-04-01T07:43:31.000Z","dependencies_parsed_at":"2023-01-14T23:29:10.428Z","dependency_job_id":null,"html_url":"https://github.com/lostintime/devcon-ts","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fdevcon-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fdevcon-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fdevcon-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostintime%2Fdevcon-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostintime","download_url":"https://codeload.github.com/lostintime/devcon-ts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668234,"owners_count":20328042,"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-20T22:42:11.198Z","updated_at":"2026-05-17T12:32:43.901Z","avatar_url":"https://github.com/lostintime.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEVCON-TS\n\n[![Travis](https://img.shields.io/travis/lostintime/devcon-ts.svg)](https://travis-ci.org/lostintime/devcon-ts)\n\nOpinionated development configs for TypeScript projects.\n\nPackage brings `devDependencies` required for [prettier](https://prettier.io/) and [conventional commits](https://www.conventionalcommits.org/) support.\n\n## Installation\n\nInstall the package and link config files.\n\n```\nnpm install --save-dev @lostintime/devcon-ts\n```\n\n### Conventional Commits\n\nDependencies brought by `@lostintime/devcon-ts`.\n\n```\nln -s ./node_modules/@lostintime/devcon-ts/.huskyrc\nln -s ./node_modules/@lostintime/devcon-ts/.czrc\nln -s ./node_modules/@lostintime/devcon-ts/.lintstagedrc\nln -s ./node_modules/@lostintime/devcon-ts/.commitlintrc.json\n```\n\n### Prettier\n\n```\nln -s ./node_modules/@lostintime/devcon-ts/.editorconfig\nln -s ./node_modules/@lostintime/devcon-ts/.prettierrc\n```\n\n### TypeScript\n\nExtend `@lostintime/devcon-ts` in your `tsconfig.json`, ex:\n\n```json\n{\n  \"extends\": \"@lostintime/devcon-ts\",\n  \"compilerOptions\": {\n    \"rootDir\": \"./src\",\n    \"outDir\": \"./dist\",\n    \"declarationDir\": \"./dist\",\n    \"composite\": true\n  },\n  \"include\": [\"src\"]\n}\n```\n\n### Testing\n\n... with mocha, chai and nyc.\n\n```\nnpm install --save-dev mocha chai @types/mocha @types/chai nyc\n```\n\nLink configs\n\n```\nln -s ./node_modules/@lostintime/devcon-ts/.mocharc.json\nln -s ./node_modules/@lostintime/devcon-ts/.nycrc\n```\n\n### Updates\n\n`mocha.opts` is not deprecated in favor of `.mocharc.json`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostintime%2Fdevcon-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostintime%2Fdevcon-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostintime%2Fdevcon-ts/lists"}