Skip to content

dwinkler1/CoolPkg.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolPkg

See newpkg.jl for package generation

Stable Dev Build Status

Default git config:

> cat .git/config 
[core]
        bare = false
        repositoryformatversion = 0
        filemode = true
        logallrefupdates = true
[remote "origin"]
        url = https://github.com/danielw2904/CoolPkg.jl
        fetch = +refs/heads/*:refs/remotes/origin/*
        fetch = refs/heads/master
        push = refs/heads/master

For Documentation see documentation page and docstring.

To register your package:

  1. Install the Registrator
  2. Comment @JuliaRegistrator register on the commit you would like to register (see e.g. here)
  3. Your repo should have TagBot enabled so the package version will be added to your repo after the registration see .github/workflows/TagBot.yml which will also enable the "stable" documentation link.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages