A CLI tool to create files quickly and automatically create the path if the directories do not exist
npm i -g touch-alias
- in terminal, run
t [path-to-file]
- running
t src/page/app.js
would create the files and also create the directory (src and page) if they do not exist