Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 560 Bytes

A (first) WebHelper Repository

This is where the twig files are set up.

res/ directory contains all the twig files

#Make/Refresh the res/webhelper.json use by WebHelper
bin/setup.sh

Put res directory to a web space that WebHelper can access (with http GET method)

Use --repository option of the webhelper command to set the repository, or set a config option in your project composer.json file, like:

"extra": {
    "webhelper-repository-path": "http://some.where.net/res"
}