morph

morph command searches functions in files and replaces them with the given functions, when the parameters change order both function declaration and function calls are changed
git clone https://noulin.net/git/morph.git
Log | Files | Refs | LICENSE

commit 39a290beabcb70a32cbce525185a86247aea8fce
parent ef1b2fa8a56565ff42cfa7a809e7a9f03ec89e6f
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 10:30:26 +0200

update links

Diffstat:
Mpackage.yml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,12 +1,12 @@ --- name: morph - version: 0.0.2 - description: morph command searches functions in files and replaces them with the given functions, when the parameters change order both function declaration and function calls are changed + version: 0.0.3 + description: "morph command searches functions in files and replaces them with the given functions, when the parameters change order both function declaration and function calls are changed" bin: ./morph.c - lflags: -lpcre + lflags: "-lpcre" repository: type: git - url: git+https://github.com/USER/morph.git + url: "git+https://github.com/USER/morph.git" keywords: - utility - refactor @@ -14,5 +14,5 @@ author: Remy Noulin license: MIT bugs: - url: https://github.com/USER/morph/issues - homepage: https://github.com/USER/morph#readme + url: "https://github.com/USER/morph/issues" + homepage: "https://github.com/USER/morph#readme"