Skip to content

📦 Cross-platform CLI tool to interact with the MageRepo API

License

Notifications You must be signed in to change notification settings

magerepo/magerepo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MageRepo CLI Tool

Cross-platform CLI tool to interact with the MageRepo API

About

MageRepo provides a set of tools that enables anyone to download and install Magento releases and patches. These resources are accessible through a cross platform CLI tool, a RESTFUL API, and a GUI interface via our website at www.magerepo.com. These diverse set of tools allow users of all types to access the complete Magento release archive.

Please read our article on our knowledge base for installations on how to install and use this CLI tool.

Getting Started

Install dependencies using your favorite node package manager:

# Using NPM
$ npm install
# Using yarn
$ yarn install

When developing, you can run the program by executing it from its entrypoint which is src/index.js.

$ node ./src/index.js

Compiling Binary

This project uses pkg to package our CLI tool to a binary. This tool compiles a binary for macOS, Windows, and Linux. You can package this tool by running the below command and the output can be found in the dist folder.

# Using NPM
$ npm run package
# Using yarn
$ yarn package

Documentation

The user guide can be found here. The user guide goes through the installation process as well as explains all the features that comes with this tool. For further support, please email [email protected].