开始粗翻 handling-private-packages-with-satis.md
This commit is contained in:
parent
d8d3e3f01b
commit
e2b025f8f0
@ -2,7 +2,7 @@
|
|||||||
tagline: Host your own composer repository
|
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-
|
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
|
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:
|
[GitHub](http://github.com/composer/satis) or install via CLI:
|
||||||
`composer.phar create-project composer/satis --stability=dev`.
|
`composer.phar create-project composer/satis --stability=dev`.
|
||||||
|
|
||||||
|
Satis 是一个静态的 `composer` 代码库生成器。
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
For example let's assume you have a few packages you want to reuse across your
|
For example let's assume you have a few packages you want to reuse across your
|
||||||
|
Loading…
x
Reference in New Issue
Block a user