Skip to content

Commit

Permalink
feat(package): add bash oo framework to the bpkg.io (create package.j…
Browse files Browse the repository at this point in the history
…son #54)
  • Loading branch information
Dmitri Gopkalo authored and niieani committed Aug 7, 2018
1 parent 1914fe3 commit 903fd74
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "bash-oo-framework",
"version": "2.1.0",
"description": "Bash Infinity is a modern boilerplate ",
"repo": "niieani/bash-oo-framework",
"files": [
"lib/Array/Contains.sh",
"lib/Array/Intersect.sh",
"lib/Array/List.sh",
"lib/Array/Reverse.sh",
"lib/String/GetSpaces.sh",
"lib/String/IsNumber.sh",
"lib/String/SanitizeForVariable.sh",
"lib/String/SlashReplacement.sh",
"lib/String/UUID.sh",
"lib/TypePrimitives/array.sh",
"lib/TypePrimitives/boolean.sh",
"lib/TypePrimitives/integer.sh",
"lib/TypePrimitives/map.sh",
"lib/TypePrimitives/string.sh",
"lib/UI/Color.sh",
"lib/UI/Color.var.sh",
"lib/UI/Console.sh",
"lib/UI/Cursor.sh",
"lib/util/bash4.sh",
"lib/util/class.sh",
"lib/util/command.sh",
"lib/util/exception.sh",
"lib/util/log.sh",
"lib/util/namedParameters.sh",
"lib/util/pipe.sh",
"lib/util/test.sh",
"lib/util/tryCatch.sh",
"lib/util/type.sh",
"lib/util/variable.sh",
"lib/oo-bootstrap.sh"
]
}

0 comments on commit 903fd74

Please sign in to comment.