Skip to content

sotashimozono/template.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyModule.jl

docs: dev Julia Code Style: Blue

codecov Build Status License

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 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 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

About

template repository for create julia package/calcurations

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •