ChatGPT와 OpenAI를 활용한 블로그 글쓰기2
이전 포스팅에 이어서 이번 포스팅은 electron관련 전체 소스를 첨부하려 한다. 먼저 package.json을 통해 현재 사용할 라이브러리 등을 설치한다(npm install) { "name": "autoblog", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx electron .", "dev": "nodemon --watch . --exec \"electron .\"" }, "keywords": [], "author": "", "l..
2024. 9. 30.