Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 545 Bytes

touch-my-files

Create files with touch command like syntax

How to use me?

  • Open a workspace / editor
  • Command + Shift + P or Ctrl + Shift + P, enter touch-my-files: Create file(s), and press Enter

Features

Create files relative to the currently active workspace / editor

  • single file
    file.ts
    
  • creates folder if not exists
    src/main.ts
    
  • multiple files
    package.json src/App.tsx
    
    Button{1..3}.{style,test}.ts