Skip to content

pear/PEAR_PackageFileManager_Git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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 list


To build:
$ pear package

To install:
$ pear channel-discover pear.vardump.org
$ pear install vd/PEAR_PackageFileManager_Git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%