Skip to content

ProjectRenamer/ProjectRenamer-WebApi

Repository files navigation

ProjectRenamer-WebApi

Build Status Docker Pulls

This project change given key word to another given word for all file and file-content under given .git repoitory.

You can reach docker-container over this link

You can reach service over this link

Using

This WebApi contains 2 endpoint under "ProjectGenerator" controller. One of them is "generator" and another one is "download".

First of all, you have to give project name, repoitory url, branch name (default master) and key-value pair list. If repository is open, you do not have to give username and password.

generator request

If every thing is going well, generator end-point return token value for you. You give this token to "download" FileResultContent return for you.

generator request

Also may be you want to take a look ProjectRenamer-UI