@tristanwritescode/touch

0.0.2 • Public • Published

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'

Readme

Keywords

none

Package Sidebar

Install

npm i @tristanwritescode/touch

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

7.91 kB

Total Files

6

Last publish

Collaborators

  • tristanwritescode