Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.14 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.14 KB

Runner

A node command line library to run lots of project utils.

To install the CLI gobally

  • Download the package and name it runner
  • CD to the runner folder
  • Install the dependencies with:
    npm i
    
  • Install the library globally with:
    npm i -g .
    

Required global libraries

Install this node libraries globally to execute some of the commands

Install LFTP

Install LFTP to upload the files to the server with FTP. LFTP Homepage

  • Windows: Chocolatey
    C:\> choco install lftp
    
  • OSX: Homebrew
    sudo brew install lftp
    
  • Linux
    sudo apt-get install lftp
    

Other used libraries

  • unzip
  • composer
  • mysql

Libraries for mobile development

  • flutter
  • cordova
  • xcode