https://github.com/armen/pear_packagefilemanager_git
https://github.com/armen/pear_packagefilemanager_git
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/armen/pear_packagefilemanager_git
- Owner: armen
- Created: 2010-08-10T05:23:42.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T10:19:56.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T10:29:42.179Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The Git list plugin generator for both PEAR_PackageFileManager, and PEAR_PackageFileManager2 classes.
It supports standard .gitignore and .git/info/exclude file format
dir/to/exclude/* # to exclude whole directory from list
!dir/to/exclude/important_file # to include the important_file in the listTo build:
$ pear packageTo install:
$ pear channel-discover pear.vardump.org
$ pear install vd/PEAR_PackageFileManager_Git