From 8b93839c4ea8eeccfc49d09290b3db50ea94f050 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 May 2019 20:35:08 -0300 Subject: Delete npm.sh. --- bash/npm.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 bash/npm.sh (limited to 'bash/npm.sh') diff --git a/bash/npm.sh b/bash/npm.sh deleted file mode 100644 index dc1974c..0000000 --- a/bash/npm.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -# FIXME: port to NixOS -npm_i() { - (command -v "$1" &> /dev/null) || { - yellow "Installing $2" - npm i -g "$2" - } -} - -# npm_i eq edn-eq -# npm_i react-native react-native-cli -# npm_i detox detox-cli -# npm_i xml2json xml2json-command -# npm_i tern tern -# npm_i git-ssb git-ssb -# npm_i git-ssb-web git-ssb-web -# npm_i shadow-cljs shadow-cljs -# npm_i heroku heroku -- cgit v1.2.3