added dev-env script

This commit is contained in:
antelle 2017-12-16 12:26:36 +01:00
parent 6a16752cde
commit 50d6562e51
1 changed files with 10 additions and 0 deletions

10
dev-env.sh Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
git clone git@github.com:keeweb/favicon-proxy.git
git clone git@github.com:keeweb/kdbxweb.git
git clone git@github.com:keeweb/keeweb.git
git clone git@github.com:keeweb/keeweb-beta.git
git clone git@github.com:keeweb/keeweb-site.git
git clone git@github.com:keeweb/keeweb-plugins.git
git clone git@github.com:keeweb/keeweb.git keeweb-dist -b gh-pages --single-branch
mkdir keys
echo kdbxweb/ > .eslintignore