Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 867 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 867 Bytes

MolSimReg.jl

Very rudimentary management utility for the MolSim Julia registry.

Usage

To add the package, first add the MolSim registry and then add the packge

]
registry add registry add https://github.com/JuliaMolSim/MolSim.git
add MolSimReg

To register a package that is already registered, use

using MolSimReg, MyPkg
MolSimReg.register(MyPkg)

To register a new package,

using MolSimReg, MyPkg
MolSimReg.register(MyPkg; force=true)

Please read the instructions at MolSim Julia registry on how to the details of the workflow, in particular versions.

TODO

  • Either parse the registry or remember the registered packages (that don't need to be forced) in a json file.
  • implement automatic git push
  • ... or even better, an automatic PR