Skip to content

TomMalbran/Runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

npm scripts runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published