💻 NodeJS application which copy your code to google docs
This small project allow to copy your code to your google docs. This project created special to copy my graduated work code to google docs😸
- Instal project on your PC:
git clone https://github.com/xN8Tx/copy-code
- Setup your google project in this guide. You need to create OAuth, google project and give access to Docs API
- Create
.env
likeenv.example
- Setup path to folder where you want to copy the code and setup ignore files and folder in
src/constants.ts
npm run dev