{"id":43047848,"url":"https://github.com/sotashimozono/template.jl","last_synced_at":"2026-01-31T10:05:50.827Z","repository":{"id":331844399,"uuid":"1129478169","full_name":"sotashimozono/template.jl","owner":"sotashimozono","description":"template repository for create julia package/calcurations","archived":false,"fork":false,"pushed_at":"2026-01-11T11:12:54.000Z","size":66,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T15:24:45.184Z","etag":null,"topics":["julia","julia-template"],"latest_commit_sha":null,"homepage":"https://sota-shimozono.com","language":"Julia","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/sotashimozono.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-07T06:30:52.000Z","updated_at":"2026-01-11T11:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sotashimozono/template.jl","commit_stats":null,"previous_names":["sotashimozono/template.jl"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/sotashimozono/template.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sotashimozono%2Ftemplate.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sotashimozono%2Ftemplate.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sotashimozono%2Ftemplate.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sotashimozono%2Ftemplate.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sotashimozono","download_url":"https://codeload.github.com/sotashimozono/template.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sotashimozono%2Ftemplate.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28937828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["julia","julia-template"],"created_at":"2026-01-31T10:05:08.442Z","updated_at":"2026-01-31T10:05:50.823Z","avatar_url":"https://github.com/sotashimozono.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyModule.jl\n\n[![docs: dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://codes.sota-shimozono.com/MyModule.jl/dev/)\n[![Julia](https://img.shields.io/badge/julia-v1.12+-9558b2.svg)](https://julialang.org)\n[![Code Style: Blue](https://img.shields.io/badge/Code%20Style-Blue-4495d1.svg)](https://github.com/invenia/BlueStyle)\n\n\u003ca id=\"badge-top\"\u003e\u003c/a\u003e\n[![codecov](https://codecov.io/gh/sotashimozono/Lattices.jl/graph/badge.svg?token=6E7VZ9MJMK)](https://app.codecov.io/gh/sotashimozono)\n[![Build Status](https://github.com/sotashimozono/MyModule.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/sotashimozono/MyModule.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nthis repository is made for template folder for developing julia project.  \nsome of convenient features are available, but you need to fix to your current calculations.\n\n## TODO LIST\n\n1. **GitHub Repository Settings**\n    * [ ] **Actions Permissions**: Go to `Settings \u003e Actions \u003e General` and change **Workflow permissions** to **\"Read and write permissions\"**. This is required for `Documenter.jl` (docs) and `TagBot` to function.\n    * [ ] **Allow Auto-merge**: (Recommended) Enable **\"Allow auto-merge\"** in `Settings \u003e General` to streamline the PR process.\n2. **Testing \u0026 Code Quality**\n    * [ ] **Codecov Setup**: \n        1. Register your repository at [Codecov](https://app.codecov.io/) to obtain an upload token.\n        2. Add the token to `Settings \u003e Secrets and variables \u003e Actions` as a repository secret named `CODECOV_TOKEN`.\n        3. Replace the **[Codecov Badge](#badge-top)** link at the top of this README with the one provided in your Codecov dashboard.\n3. **Documentation (Optional)**\n    * [ ] **Enable Workflow**: Rename `.github/workflows/Documentation.yml.disabled` to `.github/workflows/Documentation.yml` to enable automatic document building.\n    * [ ] **GitHub Pages**: After the first successful documentation build, go to `Settings \u003e Pages` and set the source to the `gh-pages` branch.\n4. **Personalization**\n    * [ ] **LICENSE**: Update the year and name in the `LICENSE` file.\n    * [ ] **Badges**: Ensure all badge URLs at the top of this README point to your new repository path instead of the template.\n\n## IF YOU HAD SOME TROUBLES PLEASE MAKE `ISSUES` [HERE](https://github.com/sotashimozono/template.jl/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsotashimozono%2Ftemplate.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsotashimozono%2Ftemplate.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsotashimozono%2Ftemplate.jl/lists"}