{"id":23722968,"url":"https://github.com/rcmedeiros/template","last_synced_at":"2025-09-03T23:32:14.043Z","repository":{"id":97623915,"uuid":"173417958","full_name":"rcmedeiros/template","owner":"rcmedeiros","description":"A TypeScript/JavaScript Node Template that does very little other than to demonstrate how to setup a CI/CD project.","archived":false,"fork":false,"pushed_at":"2024-10-12T04:41:31.000Z","size":1674,"stargazers_count":3,"open_issues_count":15,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-19T05:14:15.545Z","etag":null,"topics":["automation","code-quality","continuous-delivery","continuous-deployment","continuous-integration","documentation","security-audit","typescript"],"latest_commit_sha":null,"homepage":"https://rcmedeiros.github.io/template","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcmedeiros.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":"docs/security/index.html","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-02T07:34:00.000Z","updated_at":"2023-02-13T16:11:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"de1a2baa-7e13-4452-9ed6-17b87eb780cd","html_url":"https://github.com/rcmedeiros/template","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmedeiros%2Ftemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmedeiros%2Ftemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmedeiros%2Ftemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcmedeiros%2Ftemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcmedeiros","download_url":"https://codeload.github.com/rcmedeiros/template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231926373,"owners_count":18447053,"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":["automation","code-quality","continuous-delivery","continuous-deployment","continuous-integration","documentation","security-audit","typescript"],"created_at":"2024-12-30T23:58:38.382Z","updated_at":"2024-12-30T23:58:38.974Z","avatar_url":"https://github.com/rcmedeiros.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript/JavaScript/Node CI/CD Template\n\nSee the [full documentation here](https://rcmedeiros.github.io/template/).\n\n[![npm version](https://badge.fury.io/js/%40rcmedeiros%2Ftslint-config.svg)](https://badge.fury.io/js/%40rcmedeiros%2Ftslint-config)\n![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@rcmedeiros/tslint-config.svg)\n![CircleCI branch](https://img.shields.io/circleci/project/github/rcmedeiros/template/master.svg)\n[![Known Vulnerabilities](https://snyk.io/test/github/rcmedeiros/template/badge.svg?targetFile=package.json)](https://snyk.io/test/github/rcmedeiros/template?targetFile=package.json)\n[![codecov](https://codecov.io/gh/rcmedeiros/template/branch/master/graph/badge.svg?token=CJcGrQ0S58)](https://codecov.io/gh/rcmedeiros/template)\n[![Coverage Status](https://coveralls.io/repos/github/rcmedeiros/template/badge.svg?branch=master)](https://coveralls.io/github/rcmedeiros/template?branch=master)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/37e2987f72bc13b00e5a/test_coverage)](https://codeclimate.com/github/rcmedeiros/template/test_coverage)\n[![Maintainability](https://api.codeclimate.com/v1/badges/37e2987f72bc13b00e5a/maintainability)](https://codeclimate.com/github/rcmedeiros/template/maintainability)\n[![dependencies Status](https://david-dm.org/rcmedeiros/template/status.svg)](https://david-dm.org/rcmedeiros/template)\n[![devDependencies Status](https://david-dm.org/rcmedeiros/template/dev-status.svg)](https://david-dm.org/rcmedeiros/template?type=dev)\n[![Documentation Status](https://readthedocs.org/projects/cicd-template/badge/?version=latest)](https://cicd-template.readthedocs.io/en/latest/?badge=latest)\n[![Greenkeeper badge](https://badges.greenkeeper.io/rcmedeiros/template.svg)](https://greenkeeper.io/)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n\nA [TypeScript](https://github.com/trending/typescript) project that does very little other than demonstrate how to setup a [CI](https://en.wikipedia.org/wiki/Continuous_integration)/[CD](https://en.wikipedia.org/wiki/Continuous_delivery) project.\n\n* It generates [npmjs](https://www.npmjs.com/) packages at the deployment step (dry run in this case);\n* It expects the repository to follow [Gitflow](https://datasift.github.io/gitflow/IntroducingGitFlow.html).\n  * branch develop submits a package marked with the @dev tag;\n  * branch release/ deploys with [@alpha, @beta or @next](https://docs.npmjs.com/cli/dist-tag) (release candidate) tags;\n  * branch master submits to @latest. Those require manual approval.\n* Vulnerability checks by [npm-audit](https://docs.npmjs.com/cli/audit) and [Snyk](https://snyk.io/)\n* Dependencies *up-to-dateness* kept by [Greenkeeper](https://greenkeeper.io)\n* Compliance with [SemVer](https://semver.org/);\n* Tests are implemented with [Mocha](https://mochajs.org/) and [Chai](https://www.chaijs.com/)\n* Test coverage assessed with [Istanbul.js](https://istanbul.js.org/).\n* Coverage reports by [Codecov](https://codecov.io/) and [Coveralls](https://coveralls.io/)\n* Maintainability and code coverage by [Code Climate: Quality](https://codeclimate.com/quality/pricing/)\n* Lots of fine grained measurements by [Sonarcloud](https://sonarcloud.io)\n* Documentation hosted by [ReadTheDocs](https://readthedocs.org/).\n\n\n## Up Next\n\n* Spies, Stubs and Mocks by [Sinon.JS](https://sinonjs.org/) (or maybe [JsMockito](https://jsmockito.org/))\n\n## And now Sonarcloud badges...\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=code_smells)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=ncloc)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=sqale_index)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=rcmedeiros_template\u0026metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=rcmedeiros_template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcmedeiros%2Ftemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcmedeiros%2Ftemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcmedeiros%2Ftemplate/lists"}