{"id":18446929,"url":"https://github.com/singularitti/mypkgtemplates.jl","last_synced_at":"2025-04-15T02:44:39.149Z","repository":{"id":110242818,"uuid":"526579282","full_name":"singularitti/MyPkgTemplates.jl","owner":"singularitti","description":"This is the repo for initializing Julia packages","archived":false,"fork":false,"pushed_at":"2024-01-31T22:19:12.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T02:44:35.780Z","etag":null,"topics":["julia","julia-language","templates"],"latest_commit_sha":null,"homepage":"","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/singularitti.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}},"created_at":"2022-08-19T11:24:35.000Z","updated_at":"2024-01-17T08:08:11.000Z","dependencies_parsed_at":"2023-10-17T04:48:21.272Z","dependency_job_id":"553ff20b-87fd-4ea3-b26c-342e371bad28","html_url":"https://github.com/singularitti/MyPkgTemplates.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FMyPkgTemplates.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FMyPkgTemplates.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FMyPkgTemplates.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FMyPkgTemplates.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singularitti","download_url":"https://codeload.github.com/singularitti/MyPkgTemplates.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997087,"owners_count":21195797,"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":["julia","julia-language","templates"],"created_at":"2024-11-06T07:11:21.471Z","updated_at":"2025-04-15T02:44:39.130Z","avatar_url":"https://github.com/singularitti.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# {{{PKG}}}\n\n| **Documentation** | [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://{{{USER}}}.github.io/{{{PKG}}}.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://{{{USER}}}.github.io/{{{PKG}}}.jl/dev/)                                                                                                                                                                                                                                                                                                 |\n| :---------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Build Status**  | [![Build Status](https://github.com/{{{USER}}}/{{{PKG}}}.jl/actions/workflows/CI.yml/badge.svg?branch={{{branch}}})](https://github.com/{{{USER}}}/{{{PKG}}}.jl/actions/workflows/CI.yml?query=branch%3A{{{branch}}}) [![Build Status](https://ci.appveyor.com/api/projects/status/github/{{{USER}}}/{{{PKG}}}.jl?svg=true)](https://ci.appveyor.com/project/{{{USER}}}/{{{PKG}}}-jl)[![Build Status](https://api.cirrus-ci.com/github/{{{USER}}}/{{{PKG}}}.jl.svg)](https://cirrus-ci.com/github/{{{USER}}}/{{{PKG}}}.jl) |\n|   **Coverage**    | [![Coverage](https://github.com/{{{USER}}}/{{{PKG}}}.jl/badges/{{{branch}}}/coverage.svg)](https://github.com/{{{USER}}}/{{{PKG}}}.jl/commits/{{{branch}}}) [![Coverage](https://codecov.io/gh/{{{USER}}}/{{{PKG}}}.jl/branch/{{{branch}}}/graph/badge.svg)](https://codecov.io/gh/{{{USER}}}/{{{PKG}}}.jl)                                                                                                                                                                                                                |\n|    **Others**     | [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![License](https://img.shields.io/github/license/{{{USER}}}/{{{PKG}}}.jl)](https://github.com/{{{USER}}}/{{{PKG}}}.jl/blob/{{{branch}}}/LICENSE)                                                                                                                                                                                                                                                   |\n\nThe code, which is [hosted on GitHub](https://github.com/{{{USER}}}/{{{PKG}}}.jl), is tested\nusing various continuous integration services for its validity.\n\nThis repository is created and maintained by\n[@singularitti](https://github.com/singularitti), and contributions are highly welcome.\n\n## Package features\n\n\n\n## Installation\n\nThe package can be installed with the Julia package manager.\nFrom [the Julia REPL](https://docs.julialang.org/en/v1/stdlib/REPL/), type `]` to enter\nthe [Pkg mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Pkg-mode) and run:\n\n```julia-repl\npkg\u003e add {{{PKG}}}\n```\n\nOr, equivalently, via [`Pkg.jl`](https://pkgdocs.julialang.org/v1/):\n\n```julia\njulia\u003e import Pkg; Pkg.add(\"{{{PKG}}}\")\n```\n\n## Documentation\n\n- [**STABLE**](https://{{{USER}}}.github.io/{{{PKG}}}.jl/stable/) — **documentation of the most recently tagged version.**\n- [**DEV**](https://{{{USER}}}.github.io/{{{PKG}}}.jl/dev/) — _documentation of the in-development version._\n\n## Project status\n\nThe package is developed for and tested against Julia `v1.6` and above on Linux, macOS, and\nWindows.\n\n## Questions and contributions\n\nYou can post usage questions on\n[our discussion page](https://github.com/{{{USER}}}/{{{PKG}}}.jl/discussions).\n\nWe welcome contributions, feature requests, and suggestions. If you encounter any problems,\nplease open an [issue](https://github.com/{{{USER}}}/{{{PKG}}}.jl/issues).\nThe [Contributing](@ref) page has\na few guidelines that should be followed when opening pull requests and contributing code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularitti%2Fmypkgtemplates.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingularitti%2Fmypkgtemplates.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularitti%2Fmypkgtemplates.jl/lists"}