diff --git a/DOCS.md b/DOCS.md deleted file mode 100644 index 3dce5d7025cf9f97cd06a16fb6081224043b5046..0000000000000000000000000000000000000000 --- a/DOCS.md +++ /dev/null @@ -1,82 +0,0 @@ -# NAME - -tmpl - Template automation - -# SYNOPSIS - -tmpl - -``` -[--debug|-d] -[--registry|-r]=[value] -[--source|-s]=[value] -``` - -**Usage**: - -``` -tmpl [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...] -``` - -# GLOBAL OPTIONS - -**--debug, -d**: Debug mode - -**--registry, -r**="": Registry directory of tmpl (default: /home/jolheiser/.tmpl) - -**--source, -s**="": Short-name source to use - - -# COMMANDS - -## download - -Download a template - -**--branch, -b**="": Branch to clone (default: main) - -## init - -Initialize a template - -## list - -List templates in the registry - -## remove - -Remove a template - -## save - -Save a local template - -**--branch, -b**="": Branch to clone (default: main) - -## source - -Commands for working with sources - -### list - -List available sources - -### add - -AddTemplate a source - -### remove - -RemoveTemplate a source - -## test - -Test if a directory is a valid template - -## update - -Update a template - -## use - -Use a template diff --git a/Makefile b/Makefile index 6023d0069ab58e7c7177230d6f95357e90e7be61..13f5a8d8846816cb20c2b6cc2a17beb1dd3792d9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,3 @@ .PHONY: test test: $(GO) test -race ./... - -.PHONY: docs -docs: - $(GO) run docs.go