{"id":25599396,"url":"https://github.com/stephen-shopopop/node-ts-eslint","last_synced_at":"2026-04-09T11:03:41.415Z","repository":{"id":37869813,"uuid":"456897832","full_name":"stephen-shopopop/node-ts-eslint","owner":"stephen-shopopop","description":"Nodejs template with eslint configuration","archived":false,"fork":false,"pushed_at":"2023-01-08T21:02:50.000Z","size":497,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T14:41:20.321Z","etag":null,"topics":["backend","eslint","javascript","makefile","nodejs","prettier","tslint","typescript"],"latest_commit_sha":null,"homepage":"https://stephen-shopopop.github.io/node-ts-eslint/","language":"TypeScript","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/stephen-shopopop.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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":"2022-02-08T11:07:44.000Z","updated_at":"2022-03-27T08:43:54.000Z","dependencies_parsed_at":"2023-02-08T07:31:31.490Z","dependency_job_id":null,"html_url":"https://github.com/stephen-shopopop/node-ts-eslint","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/stephen-shopopop/node-ts-eslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fnode-ts-eslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fnode-ts-eslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fnode-ts-eslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fnode-ts-eslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephen-shopopop","download_url":"https://codeload.github.com/stephen-shopopop/node-ts-eslint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephen-shopopop%2Fnode-ts-eslint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421913,"owners_count":23464047,"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":["backend","eslint","javascript","makefile","nodejs","prettier","tslint","typescript"],"created_at":"2025-02-21T14:34:40.622Z","updated_at":"2025-12-30T22:09:19.476Z","avatar_url":"https://github.com/stephen-shopopop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Minimal node version](https://img.shields.io/static/v1?label=node\u0026message=%3E=16.18.1\u0026logo=node.js\u0026color)](https://nodejs.org/about/releases/)\n[![Minimal npm version](https://img.shields.io/static/v1?label=npm\u0026message=%3E=6.14.12\u0026logo=npm\u0026color)](https://github.com/npm/cli/releases)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/stephen-shopopop/ts-node-eslint/graphs/commit-activity)\n[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg)\n[![macOS](https://svgshare.com/i/ZjP.svg)](https://svgshare.com/i/ZjP.svg)\n[![Visual Studio Code](https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code\u0026logoColor=ffffff)](https://code.visualstudio.com/)\n\n# NODEJS typescript template:\n\n## Description\n\nTemplate for typescript with ESLint configuration\n\n## Installation nodejs via nvm (node version manager)\n\n- [macos/linux](https://github.com/nvm-sh/nvm) or use Makefile command: ```make nvm```\n- [windows](https://github.com/coreybutler/nvm-windows)\n\n## Contributing\n\n1. npm run build - Build library.\n2. npm run start - start project\n3. npm run dev - start projet with ts-node (dev)\n4. npm run test - Run test with jest.\n5. npm run lint - Lint your code.\n6. npm run lint:fix - Lint fix your code.\n7. npm run typecheck - Run typescript check.\n8. npm run doc - Generate html doc.\n9. npm run release - Release library\n10. npm run fix - Fix library\n\n## Production\n\n```bash\nnpm i --production\nnpm start\n```\n\n## Docs\n\n### Summary\n\n- [Apprendre nodejs](https://github.com/stephendltg/nodebook)\n- [Apprendre typescript](https://www.typescriptlang.org/fr/)\n- [Typescript configuration](https://github.com/tsconfig/bases)\n- [Reference javascript](https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference)\n- [ECMA-262](https://www.ecma-international.org/publications-and-standards/standards/ecma-262/)\n- [summary of the new ES version by example](https://github.com/gautemo/ES-Intro)\n- [Nodejs best practices](https://github.com/goldbergyoni/nodebestpractices)\n- [Nodejs testing best practices](https://github.com/goldbergyoni/javascript-testing-best-practices)\n- [Structure nodejs project](https://github.com/elsewhencode/project-guidelines)\n- [NPM documentation](https://docs.npmjs.com/cli/v8/commands)\n- [Package.json documentation](https://docs.npmjs.com/cli/v8/configuring-npm/package-json)\n- [Apprendre Git](https://www.atlassian.com/fr/git/tutorials/setting-up-a-repository)\n- [Git conventions](conventions.md)\n- [library \u0026 tools](tools.md)\n\n### VSCODE Addons\n\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [jest runner](https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner)\n- [thunder client](https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client)\n- [git lens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)\n\n### Package maintenance\n\nA modern cli tool that keeps your deps fresh\n\n```bash\nnpx taze\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-shopopop%2Fnode-ts-eslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephen-shopopop%2Fnode-ts-eslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephen-shopopop%2Fnode-ts-eslint/lists"}