Add beautified Makefile, Help information, better output#363
Open
cubxxw wants to merge 1 commit intoinstrumenta:masterfrom
Open
Add beautified Makefile, Help information, better output#363cubxxw wants to merge 1 commit intoinstrumenta:masterfrom
cubxxw wants to merge 1 commit intoinstrumenta:masterfrom
Conversation
```bash [root@dev kubeval]# make Usage: make [target] Targets: build Build the project vandor verify dependencies have expected conten bin Create the bin directory release Create a release snapshot Creating a Snapshot Version lint Use golint to check the code specification docker Build and push the docker image docker-offline Build and push an offline docker image vet Check the code using go vet test Run the tests watch Monitor code changes and run tests automatically acceptance Operational acceptance test cover Generate code coverage reports clean Clear the generated file fmt Format the code check Generates the checksum of the file choco Build and push the chocolatey package help Display help information ``` Signed-off-by: Xinwei Xiong <3293172751nss@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wish the makefile had better output alerts