Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 360 Bytes

touch-alias

Description

A CLI tool to create files quickly and automatically create the path if the directories do not exist

Installation

npm i -g touch-alias

How to use

  • in terminal, run
  • t [path-to-file]

Example

  • running t src/page/app.js would create the files and also create the directory (src and page) if they do not exist