1.0.1 • Published 2 years ago

touch-alias v1.0.1

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

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