https://github.com/ohno/examples.jl
PkgTemplates.jl experiments
https://github.com/ohno/examples.jl
Last synced: 4 months ago
JSON representation
PkgTemplates.jl experiments
- Host: GitHub
- URL: https://github.com/ohno/examples.jl
- Owner: ohno
- License: mit
- Created: 2025-06-06T05:25:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-24T02:25:19.000Z (7 months ago)
- Last Synced: 2026-01-13T07:46:37.721Z (5 months ago)
- Language: Julia
- Homepage: https://ohno.github.io/Examples.jl/
- Size: 206 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# Examples
[](https://ohno.github.io/Examples.jl/stable/)
[](https://ohno.github.io/Examples.jl/dev/)
[](https://github.com/ohno/Examples.jl/actions/workflows/CI.yml?query=branch%3Amain)
[](https://github.com/invenia/BlueStyle)
This is a repository for experimenting with the features of PkgTemplates.jl. Steps to reproduce:
1. Create a new repository `Examples.jl` from the web UI.
2. Run `dev/pkg.jl`.
3. Move and overwrite the generated files to `Examples.jl/*`.
4. Fix `version = {v1.0.0-DEV}` to `version = {v0.0.1}` in `CITATION.bib`.
5. Update `README.md`.
## Install
Run the following code on the REPL or Jupyter Notebook to install this package.
```
import Pkg; Pkg.add(url="https://github.com/ohno/Examples.jl.git")
```
## Usage
Run the following code before each use.
```
using Examples
```
...
## Citing
See [`CITATION.bib`](CITATION.bib) for the relevant reference(s).