Skip to content

Commit f83da28

Browse files
committed
remove artifacts frm examples
1 parent 558f3f7 commit f83da28

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

examples/dependencies/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
cli
1+
cli
2+
src/*.sh
3+
src/lib
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Code here runs inside the initialize() function
2-
# Use it for anything that you need to run before any other function, like
3-
# setting environment variables:
4-
# CONFIG_FILE=settings.ini
5-
#
6-
# Feel free to empty (but not delete) this file.
1+
## Code here runs inside the initialize() function
2+
## Use it for anything that you need to run before any other function, like
3+
## setting environment variables:
4+
## CONFIG_FILE=settings.ini
5+
##
6+
## Feel free to empty (but not delete) this file.

examples/dependencies/src/verify_command.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/dependencies/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/usr/bin/env bash
22

3+
rm -f src/lib/colors.sh
4+
rm -f src/*.sh
5+
36
set -x
47

8+
bashly add colors
59
bashly generate
610

711
### Try Me ###

spec/approvals/examples/dependencies

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
+ bashly add colors
2+
created src/lib/colors.sh
13
+ bashly generate
24
creating user files in src
3-
skipped src/initialize.sh (exists)
4-
skipped src/download_command.sh (exists)
5-
skipped src/upload_command.sh (exists)
5+
created src/initialize.sh
6+
created src/download_command.sh
7+
created src/upload_command.sh
68
created ./cli
79
run ./cli --help to test your bash script
810
+ ./cli download

0 commit comments

Comments
 (0)