You've already forked wakapi-readme-stats
make help output enhanced
This commit is contained in:
12
Makefile
12
Makefile
@@ -5,12 +5,12 @@ PATH := venv/bin:node_modules/.bin:$(PATH)
|
|||||||
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Welcome to `waka-readme-stats` github action!"
|
@echo "Welcome to 'waka-readme-stats' github action!"
|
||||||
@echo "The action can be tested locally with: `make run`"
|
@echo "The action can be tested locally with: 'make run'."
|
||||||
@echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required"
|
@echo "NB! For local testing Python version 3.6+ and NodeJS version between ??? and ??? are required."
|
||||||
@echo "The action image can be built locally with: `make container`"
|
@echo "The action image can be built locally with: 'make container'."
|
||||||
@echo "NB! For local container building Docker version between ??? and ??? is required"
|
@echo "NB! For local container building Docker version between ??? and ??? is required."
|
||||||
@echo "The action directory and image can be cleaned with: `make clean`"
|
@echo "The action directory and image can be cleaned with: 'make clean'."
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
|
|
||||||
venv:
|
venv:
|
||||||
|
|||||||
Reference in New Issue
Block a user