-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from mmaximo33/develop
Release 2.2.x Add WordPress and Laravel environment, Add translation system
- Loading branch information
Showing
74 changed files
with
1,406 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.idea | ||
bin/.tmp | ||
bin/config.env | ||
bin/efde.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"Select an option","Seleccione una opción" | ||
"Error: Path '$PATH' does not exist.","Error: El path '$PATH' no existe." | ||
"Delete FOLDER","Eliminar DIRECTORIO" | ||
"Confirm this action by writing '$CONFIRM_COLOR':","Confirme esta accion escribiendo '$CONFIRM_COLOR':" | ||
"We are about to delete the directory","Estamos a punto de eliminar el directorio" | ||
"We are about to delete the file","Estamos a punto de eliminar el archivo" | ||
"Removed: $PATH","Eliminado: $PATH" | ||
"Removal aborted.","Eliminación cancelada." | ||
"Enter the url of your repository\nEnter URL (https):","Ingrese la url de su repositorio\nIngresar URL (https):" | ||
"Press R to return | Q to quit | I for info","Presionar R para volver | Q para salir | I mas informacion" | ||
"Enter the option number:","Ingresar numero de opción:" | ||
"The '$choice' option is not in the list.","La opción '$choice' no esta en la lista." | ||
"But we found some that may match the desired action:","Pero encontramos algunos que podrian coincidir con la action:" | ||
"The shortcut is not registered:","El shortcut no esta registrado:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"Select an option","Selecione uma opção" | ||
"Error: Path '$PATH' does not exist.","Erro: O caminho '$PATH' não existe." | ||
"Delete FOLDER","Excluir PASTA" | ||
"Confirm this action by writing '$CONFIRM_COLOR':","Confirme esta ação escrevendo '$CONFIRM_COLOR':" | ||
"We are about to delete the directory","Estamos prestes a excluir o diretório" | ||
"We are about to delete the file","Estamos prestes a excluir o arquivo" | ||
"Removed: $PATH","Removido: $PATH" | ||
"Removal aborted.","Remoção cancelada." | ||
"Enter the url of your repository\nEnter URL (https):","Digite o URL do seu repositório\nDigite o URL (https):" | ||
"Press R to return | Q to quit | I for info","Pressione R para retornar | Q para sair | I para informações" | ||
"Enter the option number:","Digite o número da opção:" | ||
"The '$choice' option is not in the list.","A opção '$choice' não está na lista." | ||
"But we found some that may match the desired action:","Mas encontramos algumas que podem corresponder à ação desejada:" | ||
"The shortcut is not registered:","O atalho não está registrado:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
set -euo pipefail | ||
|
||
_mod_.request_url_and_clone_repository(){ | ||
local REPOSITORY_REQUEST_URL=$(common.tasks.message.msg_color warning "Enter the url of your repository\nEnter URL (https):") | ||
local REPOSITORY_URL=$(common.tasks.prompt.request_input "$REPOSITORY_REQUEST_URL") | ||
common.tasks.command_line.run true false "git clone $REPOSITORY_URL $(pwd)/app" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.