Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 1.56 KB

README.en.md

File metadata and controls

42 lines (31 loc) · 1.56 KB

YOCO(YouOnlyCopyOnce)

🖋️ Initial Plan

Initial Plan Go to check plan

🧑‍🏫 Problem Definition

When you need the file name of the copied code (e.g., when writing a technical blog), it aims to overcome the inconvenience of pasting the copied code and having to type the file name manually.


🧪 Requirements

Essential Requirements

  • When selecting a block of code to copy, insert the file name as a comment at the very top of the code block and automatically copy it to the clipboard
  • Distribute as a VS Code extension and an npm package
  • Document HOW TO USE, CONTRIBUTION, etc.

Additional Requirements

  • Ability to customize the path of the file name inserted into the copied code block
  • Flexibility to change the format of the copied code block (wrap with backticks, fix indentation)
  • Further additions to be discussed later

⚓️ Roles and Schedule

Team Role
Leader Vivi Feature Development, Deployment, Documentation
Member Yuri Kim Feature Development, Deployment, Documentation
Member Flik Feature Development, Deployment, Documentation

2024.04.12 - 2024.04.20: Development of essential features and initial deployment

2024.04.21 - : Development of additional features

2024.05.04 - : Documentation and promotion