https://github.com/sotashimozono/template.jl
template repository for create julia package/calcurations
https://github.com/sotashimozono/template.jl
julia julia-template
Last synced: 5 months ago
JSON representation
template repository for create julia package/calcurations
- Host: GitHub
- URL: https://github.com/sotashimozono/template.jl
- Owner: sotashimozono
- License: mit
- Created: 2026-01-07T06:30:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-11T11:12:54.000Z (6 months ago)
- Last Synced: 2026-01-11T15:24:45.184Z (6 months ago)
- Topics: julia, julia-template
- Language: Julia
- Homepage: https://sota-shimozono.com
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyModule.jl
[](https://codes.sota-shimozono.com/MyModule.jl/dev/)
[](https://julialang.org)
[](https://github.com/invenia/BlueStyle)
[](https://app.codecov.io/gh/sotashimozono)
[](https://github.com/sotashimozono/MyModule.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://opensource.org/licenses/MIT)
this repository is made for template folder for developing julia project.
some of convenient features are available, but you need to fix to your current calculations.
## TODO LIST
1. **GitHub Repository Settings**
* [ ] **Actions Permissions**: Go to `Settings > Actions > General` and change **Workflow permissions** to **"Read and write permissions"**. This is required for `Documenter.jl` (docs) and `TagBot` to function.
* [ ] **Allow Auto-merge**: (Recommended) Enable **"Allow auto-merge"** in `Settings > General` to streamline the PR process.
2. **Testing & Code Quality**
* [ ] **Codecov Setup**:
1. Register your repository at [Codecov](https://app.codecov.io/) to obtain an upload token.
2. Add the token to `Settings > Secrets and variables > Actions` as a repository secret named `CODECOV_TOKEN`.
3. Replace the **[Codecov Badge](#badge-top)** link at the top of this README with the one provided in your Codecov dashboard.
3. **Documentation (Optional)**
* [ ] **Enable Workflow**: Rename `.github/workflows/Documentation.yml.disabled` to `.github/workflows/Documentation.yml` to enable automatic document building.
* [ ] **GitHub Pages**: After the first successful documentation build, go to `Settings > Pages` and set the source to the `gh-pages` branch.
4. **Personalization**
* [ ] **LICENSE**: Update the year and name in the `LICENSE` file.
* [ ] **Badges**: Ensure all badge URLs at the top of this README point to your new repository path instead of the template.
## IF YOU HAD SOME TROUBLES PLEASE MAKE `ISSUES` [HERE](https://github.com/sotashimozono/template.jl/issues)