all repos — min @ 6183a01a5e1d8d2b9d959c9ebce63d536220cb0a

A small but practical concatenative programming language.

Minor changes.
h3rald h3rald@h3rald.com
Thu, 16 Feb 2017 20:27:42 +0100
commit

6183a01a5e1d8d2b9d959c9ebce63d536220cb0a

parent

2c2f847d8352c470dc473bd25c46892375516e91

1 files changed, 9 insertions(+), 8 deletions(-)

jump to
M nifty.jsonnifty.json

@@ -2,13 +2,6 @@ {

"storage": "packages", "commands": { - "get": - { - "curl+src+name": - { - "cmd": "curl {{src}} -o {{name}}" - } - }, "install": { "git+src":

@@ -18,6 +11,10 @@ },

"git+src+tag": { "cmd": "git clone --branch {{tag}} {{src}} --depth 1" + }, + "curl+src+name": + { + "cmd": "curl {{src}} -o {{name}}" } }, "update":

@@ -26,6 +23,10 @@ "git+name":

{ "cmd": "git pull", "pwd": "{{name}}" + }, + "curl+src+name": + { + "cmd": "curl {{src}} -o {{name}}" } } },

@@ -74,4 +75,4 @@ "src": "https://raw.githubusercontent.com/h3rald/nifty/master/lib/styled_console_logger.nim",

"curl": true } } -}+}