开始粗翻 handling-private-packages-with-satis.md

This commit is contained in:
东方孤思子(Paris·QianSen) 2014-05-29 19:38:27 +08:00
parent d8d3e3f01b
commit e2b025f8f0
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
tagline: Host your own composer repository
-->
# Handling private packages with Satis
# 用 Satis 处理私有资源包
Satis is a static `composer` repository generator. It is a bit like an ultra-
lightweight, static file-based version of packagist and can be used to host the
@ -11,6 +11,8 @@ a micro-packagist. You can get it from
[GitHub](http://github.com/composer/satis) or install via CLI:
`composer.phar create-project composer/satis --stability=dev`.
Satis 是一个静态的 `composer` 代码库生成器。
## Setup
For example let's assume you have a few packages you want to reuse across your