https://github.com/vijaycs85/github-publisher
https://github.com/vijaycs85/github-publisher
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vijaycs85/github-publisher
- Owner: vijaycs85
- Created: 2019-02-25T19:44:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T21:53:57.000Z (about 6 years ago)
- Last Synced: 2025-01-18T02:43:59.504Z (3 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Publisher
==========================
Runs CLI commands to clone a github repository and commits the changes and push to given branch.WARNING: Executes commands using `exec()`.
Install
-------
`composer require vijaycs85/github-publisher`Usage
-----```$php
publish(__DIR__ . '/public', 'gh-pages');
```>NOTE: Get the token from [Personal access tokens](https://github.com/settings/tokens).