pariola / touch

My own replica of the unix touch command for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

touch (only CLI)

This package is my own replica of the unix touch command

To use locally:

  1. Clone this repo
  2. Run npm link in the project directory

Usage:

  1. To create a file -> touch <filename>
  2. To write some text into a file -> touch <filename> -i 'Hello World'

Thanks ✌🏿

About

My own replica of the unix touch command for node


Languages

Language:JavaScript 100.0%