Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
budRich committed Apr 15, 2022
1 parent 5c53e30 commit 26d9bbf
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ working directory.
-a, --add | add FILE to (mandatory --template) TEMPLATE
-f, --force DIRECTORY | Overwrite already existing files imported from template
-u, --update | update TEMPLATE based on current directory
## license
bashbud is licensed under the **[MIT license]**

[MIT license]: LICENSE
17 changes: 10 additions & 7 deletions config.mak
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@ wiki/Home.md: docs/tutorial.md

LICENSE := LICENSE

# MANPAGE := bashbud.1
MANPAGE := bashbud.1
README := README.md

README_LAYOUT = \
$(DOCS_DIR)/readme_banner.md \
$(DOCS_DIR)/readme_install.md \
$(DOCS_DIR)/readme_usage.md \
$(CACHE_DIR)/help_table.txt

# MANPAGE_LAYOUT = \
# $(CACHE_DIR)/help_table.md \
# $(DOCS_DIR)/description.md \
# $(CACHE_DIR)/long_help.md
$(CACHE_DIR)/help_table.txt \
$(DOCS_DIR)/readme_footer.md

MANPAGE_LAYOUT = \
$(DOCS_DIR)/manpage_banner.md \
$(DOCS_DIR)/manpage_usage.md \
$(CACHE_DIR)/help_table.txt \
$(CACHE_DIR)/long_help.md \
$(DOCS_DIR)/manpage_footer.md


1 change: 1 addition & 0 deletions docs/manpage_banner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bashbud - make(1) bash scripting better
4 changes: 4 additions & 0 deletions docs/manpage_footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CONTACT

File bugs and feature requests at the following URL:
<https://github.com/budlabs/bashbud/issues>
7 changes: 7 additions & 0 deletions docs/manpage_usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# USAGE

`bashbud [OPTIONS] [TARGET_DIRECTORY]`

**TARGET_DIRECTOY** will default to current
working directory.

4 changes: 4 additions & 0 deletions docs/readme_footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## license
bashbud is licensed under the **[MIT license]**

[MIT license]: LICENSE

0 comments on commit 26d9bbf

Please sign in to comment.