0.1.0 • Published 9 years ago
uindows-cli v0.1.0
Uindos
Unix commands on windows
## Install
$ npm install uindos-cli --globalor...
$ yarn global add uindos-cli### Cat Output the standard
catoutput ( Read the file ).$ cat <file> # Return the standard cat but on windows :)More info here
### Mkdir Create new folder and the relative path ( as
mkdir -p).$ mkdir <folder> # Create new folder to path as `mkdir -p`More info here
### Touch Create new file
$ touch <path to file> # Create new fileMore info here
### Ls Output files in folder or in the local path (
./)$ ls [folder] # Return the standard cat but on windows :)More info here
0.1.0
9 years ago