uindows-cli

0.1.0 • Public • Published

Uindos

Unix commands on windows

## Install

  $ npm install uindos-cli --global

or...

  $ yarn global add uindos-cli



## Usage
  • ### Cat Output the standard cat output ( 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 file

    More info here

  • ### Ls Output files in folder or in the local path ( ./ )

      $ ls [folder]  
      # Return the standard cat but on windows :)

    More info here


Coded with love by [@Rawnly](http://rawnly.com)

Readme

Keywords

none

Package Sidebar

Install

npm i uindows-cli

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rawnly