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

package.yml (540B)


      1 ---
      2   name: morph
      3   version: 0.0.3
      4   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"
      5   bin: ./morph.c
      6   lflags: "-lpcre"
      7   repository:
      8     type: git
      9     url: "git+https://github.com/USER/morph.git"
     10   keywords:
     11     - utility
     12     - refactor
     13     - command
     14   author: Remy Noulin
     15   license: MIT
     16   bugs:
     17     url: "https://github.com/USER/morph/issues"
     18   homepage: "https://github.com/USER/morph#readme"