This file contains hidden or 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
| const psd = new processPSD('path-to-psd-template-file') // it's a js class | |
| psd.replaceTexts({ | |
| "first_name": "Jhon Doe", | |
| "age": "54" | |
| }).replaceImages({ | |
| "photo": "path-to-replace-image", | |
| "logo": "path-to-replace-image" | |
| }).saveAs("path-to-save-dir-with-filename") // output dir: /User/ubuntu/output and filename: 875.psd, then this value will be /User/ubuntu/output/875.psd | |
| // all paths are physical location. |
This file contains hidden or 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
| #!/bin/bash | |
| set -e | |
| # Ensure we're on main branch | |
| git checkout main | |
| # Delete all history locally | |
| rm -rf .git |
This file contains hidden or 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
| code --list-extensions 2:39:49 PM | |
| aaron-bond.better-comments | |
| alefragnani.bookmarks | |
| alefragnani.project-manager | |
| be5invis.vscode-custom-css | |
| bmewburn.vscode-intelephense-client | |
| bodil.file-browser | |
| bradlc.vscode-tailwindcss | |
| davidf.untabify | |
| devonray.snippet |
This file contains hidden or 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
| - admin API: | |
| - /update-options | |
| { | |
| "instruction": "", | |
| "goal": "", | |
| "conversationScopes": "" | |
| "invalidQueryMgs": "", | |
| "needAssistanceQueryMgs": "", | |
| "siteId": "uniqueId" | |
| } |
This file contains hidden or 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
| aaron-bond.better-comments@3.0.2 | |
| alefragnani.Bookmarks@13.4.2 | |
| alefragnani.project-manager@12.7.0 | |
| bmewburn.vscode-intelephense-client@1.10.2 | |
| devonray.snippet@1.1.0 | |
| discountry.react-redux-react-router-snippets@0.4.29 | |
| drcika.apc-extension@0.3.6 | |
| eamodio.gitlens@14.6.1 | |
| file-icons.file-icons@1.1.0 | |
| formulahendry.auto-close-tag@0.5.14 |