Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
spawntree
/
matsen-tool-fe
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
script to generate api and fix ts sources
master
Daniel
hace 2 años
padre
1f01bfaafc
commit
1672bc2a94
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
matsen-tool/generateApi.sh
matsen-tool/fix.sh → matsen-tool/generateApi.sh
Ver fichero
@@ -1,3 +1,4 @@
npm run generate:api
find ./src/app/core/api/v1/model -type f -exec sed -i '' -e '' -e "s/hydramember/'hydra:member'/g" {} +
find ./src/app/core/api/v1/model -type f -exec sed -i '' -e '' -e "s/hydratotalItems/'hydra:totalItems'/g" {} +
find ./src/app/core/api/v1/model -type f -exec sed -i '' -e "s/hydraview/'hydra:view'/g" {} +
Escribir
Vista previa
Cargando…
Cancelar
Guardar