0.0.1 • Published 7 years ago

pacphp v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Pac

A Elegant PHP Package manager.

Targets:

  • Simple to use
  • Acorrding PSR
  • Fast to install

Install

Using Mac HomeBrew

$ 

Using npm or yarn

$ npm install -g pacphp

$ yarn global add pacphp

Using composer

$ composer global require pacphp/cli

Usage

$ pac help

Usage: pac [command] [flags]

Commands:

init                Init pac
add/install         Install package
rm/remove           Remove package
config              Show config
info                Show package info
list                List all packages
outdated            List outdated packages
version             Show pac version and package version

login               Login to pacphp.com
logout              Logout from pacphp.com
publish             Pulish to pacphp.com


-----------

Global options:

--dev | -d
--global | -g
--help | -h
--force | -f

License

MIT