0.0.2 • Published 5 years ago

@tristanwritescode/touch v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Touch

An implementation of the touch command for windows. Paths are relative to the working directory and will be created if they do not exist.

Installation

npm i -g @tristanwritescode/touch

Usage

c:\source\demo>touch some/path.ts some-other-path/file.ts 
File created:
 'C:\Source\Demo\some\path.ts'
File created:
 'C:\Source\Demo\some-other-path\file.ts'