This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-fe
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
script to generate api and fix ts sources
master
Daniel
2 years ago
parent
1f01bfaafc
commit
1672bc2a94
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
matsen-tool/generateApi.sh
matsen-tool/fix.sh → matsen-tool/generateApi.sh
View File
@@ -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" {} +
Write
Preview
Loading…
Cancel
Save