@jonathangomz/rn
v0.1.3
Published
Rename a file
Downloads
1
Readme
Rename
Simple program that rename a file
Installation
$ npm i -g @jonathangomz/rn
Usage
$ rn [file] [new name]
Based on:
https://github.com/tj/commander.js/
https://dev.to/mollynem/4-simple-steps-for-custom-bash-commands-4c58 <- set alias for bash/zsh
Instead of setting the alias directly added
"bin"
property to package.json. Set alias auto on installing.
https://stackoverflow.com/questions/22504566/renaming-files-using-node-js
https://alexklingenbeck.de/articles/17-05-cli-nodejs.html