tpapp / PkgSkeleton.jl

Generate Julia package skeletons using a simple template system
Other
50 stars 7 forks source link

API to support refreshing existing packages #3

Closed tpapp closed 3 years ago

tpapp commented 5 years ago

There should be a function that does the following: given a path to an existing package,

  1. check that it is a package,
  2. check that there is a git repo and git status is clean (no uncommitted changes),
  3. overwrite with new syntax

and have the user pick what should be kept.

tpapp commented 3 years ago

Implemented by #30.