{"id":16330398,"url":"https://github.com/robertoachar/workflow-typescript","last_synced_at":"2026-01-19T22:32:25.521Z","repository":{"id":110401259,"uuid":"288294455","full_name":"robertoachar/workflow-typescript","owner":"robertoachar","description":"A playground for Node with TypeScript","archived":false,"fork":false,"pushed_at":"2024-06-04T20:48:12.000Z","size":358,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T15:35:22.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/robertoachar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-17T21:55:59.000Z","updated_at":"2024-06-04T20:48:16.000Z","dependencies_parsed_at":"2024-10-28T15:36:16.388Z","dependency_job_id":null,"html_url":"https://github.com/robertoachar/workflow-typescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/robertoachar/workflow-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fworkflow-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fworkflow-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fworkflow-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fworkflow-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/workflow-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fworkflow-typescript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10T23:19:09.858Z","updated_at":"2026-01-19T22:32:25.500Z","avatar_url":"https://github.com/robertoachar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workflow-typescript\n\n[![License][license-badge]][license-url]\n\n\u003e A playground for Node with TypeScript\n\n## Features\n\nThis workflow provides the following features:\n\n- **src** and **\\_\\_tests\\_\\_** folder as a starter point to build your project.\n- **[TypeScript][typescript-url]** as a strongly typed programming language that builds on JavaScript.\n- **[tsx][tsx-url]** as a CLI command (alternative to node) for seamlessly running TypeScript \u0026 ESM, in both commonjs \u0026 module package types.\n- **[Jest][jest-url]** a delightful JavaScript/TypeScript Testing Framework with a focus on simplicity.\n- **[webpack][webpack-url]** as a static module bundler for modern JavaScript applications.\n- **[EditorConfig][editorconfig-url]** to help you maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.\n- **[ESLint][eslint-url]** to statically analyzes your code to quickly find problems.\n- **[Prettier][prettier-url]** as an opinionated code formatter.\n\n## Development\n\n- Clone the repo\n\n```bash\n$ git clone https://github.com/robertoachar/workflow-typescript.git\n```\n\n- Install dependencies\n\n```bash\n$ yarn\n```\n\n- Run scripts\n\n| Action                              | Usage (yarn)         | Usage (npm)             |\n| ----------------------------------- | -------------------- | ----------------------- |\n| Start development mode              | `yarn start`         | `npm start`             |\n| Build                               | `yarn build`         | `npm run build`         |\n| Run lint                            | `yarn lint`          | `npm run lint`          |\n| Start lint in watch mode            | `yarn lint:watch`    | `npm run lint:watch`    |\n| Run tests                           | `yarn jest`          | `npm run jest`          |\n| Start tests in watch mode           | `yarn jest:watch`    | `npm run jest:watch`    |\n| Run tests with code coverage        | `yarn jest:coverage` | `npm run jest:coverage` |\n| Run lint + tests                    | `yarn test`          | `npm test`              |\n| Start lint + tests in watch mode    | `yarn test:watch`    | `npm test:watch`        |\n| Run lint + tests with code coverage | `yarn test:coverage` | `npm test:coverage`     |\n\n## Author\n\n[Roberto Achar](https://twitter.com/robertoachar)\n\n## License\n\n[MIT](https://github.com/robertoachar/workflow-typescript/blob/master/LICENSE)\n\n[license-badge]: https://img.shields.io/github/license/robertoachar/workflow-typescript.svg\n[license-url]: https://opensource.org/licenses/MIT\n\n[editorconfig-url]: https://editorconfig.org/\n[eslint-url]: https://eslint.org/\n[jest-url]: https://jestjs.io/\n[prettier-url]: https://prettier.io/\n[typescript-url]: https://www.typescriptlang.org/\n[tsx-url]: https://www.npmjs.com/package/tsx\n[webpack-url]: https://webpack.js.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fworkflow-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fworkflow-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fworkflow-typescript/lists"}