Skip to content

VS Code extension to create files with 'touch' like syntax.

License

Notifications You must be signed in to change notification settings

c-h-o-n/touch-my-files

Repository files navigation

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
    

About

VS Code extension to create files with 'touch' like syntax.

Resources

License

Stars

Watchers

Forks

Packages

No packages published