Erwan ROUSSEL 6 years ago
parent
commit
a8f3b374d8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      plugins/npm/npm.plugin.zsh

+ 4 - 1
plugins/npm/npm.plugin.zsh

@@ -51,4 +51,7 @@ alias npmt="npm test"
 alias npmR="npm run"
 
 # Run npm publish 
-alias npmP="npm publish"
+alias npmP="npm publish"
+
+# Run npm init
+alias npmI="npm init"