replacer helps you to batch replace files
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$ go get github.com/jonyhy96/replacer
$ replacer -h
$ replacer -f ./keys.json -w .
For develop
- go ^1.10
$ go build -o replacer .
$ sudo mv replacer /usr/local/bin
param | required | e.g. |
---|---|---|
f | true | -f ./keys.json |
w | true | -w . |
e | false | -e go.mod,go.sum |
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- HAO YUN - Initial work - haoyun
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- nothing