Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkweon/better-touch
Shell touch alternative
https://github.com/kkweon/better-touch
Last synced: 24 days ago
JSON representation
Shell touch alternative
- Host: GitHub
- URL: https://github.com/kkweon/better-touch
- Owner: kkweon
- License: mit
- Created: 2018-09-22T23:24:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T23:41:05.000Z (over 6 years ago)
- Last Synced: 2024-10-15T06:32:34.888Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# better-touch
[![Build Status](https://travis-ci.org/kkweon/better-touch.svg?branch=master)](https://travis-ci.org/kkweon/better-touch)
## Install
```shell
yarn add better-touch
```## How to use
```shell
# same as touch in unix
better-touch whatever/is/file/temp.js
```