add typescript

This commit is contained in:
João Geonizeli
2022-07-21 16:36:33 -03:00
parent 3ce6c421b1
commit 9dd9e28bf7
16 changed files with 177 additions and 14 deletions

9
bin/dev Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if ! foreman version &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev "$@"