{"id":22692970,"url":"https://github.com/azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1","last_synced_at":"2026-04-11T02:57:51.139Z","repository":{"id":57688038,"uuid":"493676134","full_name":"azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1","owner":"azmisahin","description":"package template for nodejs project","archived":false,"fork":false,"pushed_at":"2023-03-11T08:43:52.000Z","size":221,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T16:53:09.778Z","etag":null,"topics":["bdd","cd","ci","conventional-commits","coverage","dev-container","devops","docker","library","linux","manager","module","nodejs","package","testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/azmisahin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-18T13:31:38.000Z","updated_at":"2022-05-21T20:47:10.000Z","dependencies_parsed_at":"2025-06-03T16:36:47.307Z","dependency_job_id":"31652f58-74db-4983-a09a-9d1a251c39db","html_url":"https://github.com/azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1","commit_stats":null,"previous_names":["azmisahin/com-azmisahin-software-web-package-template-nodejs-javascript-v1"],"tags_count":4,"template":true,"template_full_name":"azmisahin/azmisahin-software-repository-template","purl":"pkg:github/azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azmisahin","download_url":"https://codeload.github.com/azmisahin/azmisahin-software-web-package-template-nodejs-javascript-v1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bdd","cd","ci","conventional-commits","coverage","dev-container","devops","docker","library","linux","manager","module","nodejs","package","testing"],"created_at":"2024-12-10T02:08:36.833Z","updated_at":"2026-04-11T02:57:51.126Z","avatar_url":"https://github.com/azmisahin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\r\nSoftware webpack template for nodejs javascript scripting language : version 0.1\r\n\r\n🔖: releasing / 0.1.3\r\n\r\n## Example\r\n```js\r\n// package define\r\nconst Template = require('../src')\r\n\r\n// module instance\r\nvar template = new Template()\r\n\r\n// a normal status code is returned when the package runs successfully.\r\nprocess.exit(template instanceof Template == true ? 0 : 1)\r\n```\r\n\r\n# Getting Started\r\nTO DO: Things to do when getting started on this project.\r\n- [Documentation](docs/README.md).\r\n\r\n# Build and Test\r\nTODO: Will apply your code and project building standards to templates.\r\n* The tests will be applied as in the template projects.\r\n* Development and operation will be planned as test/slot/production.\r\n\r\n# Contribute\r\nTODO : The best method of making a contribution will be to comply with the following items.\r\n* Work with algorithms and flowcharts to solve problems.\r\n* Make pull requests to version control systems.\r\n* Stick to Architecture and Design Patterns apps.\r\n* Take care to develop applications with Domain Based Design / Test-oriented development approaches.\r\n* Stick to the architectural patterns used in abstraction software like Model-View-Controller.\r\n- Be consistent in executing maintainable practices with Object Oriented Programming (abstraction, encapsulation, inheritance and polymorphism...) techniques.\r\n* Use behavior-oriented development tools effectively.\r\n* Make it a habit to use Integration testing / Unit Testing / Functional Testing / Automation Tests.\r\n* Be persistent in applying metrics that describe how well the source code has been tested. [ have something to show at meetings: ) ]\r\n* Send your code with traditional commit messages, make your code understandable with static code analysis tools, \"code documentation\" tools.\r\n* Build event-driven, scalable service applications with serverless application development platforms.\r\n* Follow the steps to improve threading techniques like in services or mobile apps. \r\n\r\n# While starting\r\n\r\nIn the project; principles and architectural examples of development, code submission, consistent coding styles and development in team environment have been implemented.\r\n\r\n- Welcome to us, to contribute See [How to Provide Storey](CONTRIBUTING.md)\r\n- Review the Participant Agreement [Code of Conduct](CODE_OF_CONDUCT.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazmisahin%2Fazmisahin-software-web-package-template-nodejs-javascript-v1/lists"}