Skip to content

jonyhy96/replacer

Repository files navigation

replacer

Go Report Card License: MIT

replacer helps you to batch replace files

Getting Started

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 .

Prerequisites

For develop

  • go ^1.10

Installing

$ go build -o replacer .
$ sudo mv replacer /usr/local/bin

Params

param required e.g.
f true -f ./keys.json
w true -w .
e false -e go.mod,go.sum

Coding style

CODEFMT

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • HAO YUN - Initial work - haoyun

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • nothing