Skip to content

Commit 903fd74

Browse files
Dmitri Gopkaloniieani
authored andcommitted
feat(package): add bash oo framework to the bpkg.io (create package.json #54)
1 parent 1914fe3 commit 903fd74

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

package.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "bash-oo-framework",
3+
"version": "2.1.0",
4+
"description": "Bash Infinity is a modern boilerplate ",
5+
"repo": "niieani/bash-oo-framework",
6+
"files": [
7+
"lib/Array/Contains.sh",
8+
"lib/Array/Intersect.sh",
9+
"lib/Array/List.sh",
10+
"lib/Array/Reverse.sh",
11+
"lib/String/GetSpaces.sh",
12+
"lib/String/IsNumber.sh",
13+
"lib/String/SanitizeForVariable.sh",
14+
"lib/String/SlashReplacement.sh",
15+
"lib/String/UUID.sh",
16+
"lib/TypePrimitives/array.sh",
17+
"lib/TypePrimitives/boolean.sh",
18+
"lib/TypePrimitives/integer.sh",
19+
"lib/TypePrimitives/map.sh",
20+
"lib/TypePrimitives/string.sh",
21+
"lib/UI/Color.sh",
22+
"lib/UI/Color.var.sh",
23+
"lib/UI/Console.sh",
24+
"lib/UI/Cursor.sh",
25+
"lib/util/bash4.sh",
26+
"lib/util/class.sh",
27+
"lib/util/command.sh",
28+
"lib/util/exception.sh",
29+
"lib/util/log.sh",
30+
"lib/util/namedParameters.sh",
31+
"lib/util/pipe.sh",
32+
"lib/util/test.sh",
33+
"lib/util/tryCatch.sh",
34+
"lib/util/type.sh",
35+
"lib/util/variable.sh",
36+
"lib/oo-bootstrap.sh"
37+
]
38+
}

0 commit comments

Comments
 (0)