зеркало из https://github.com/microsoft/backfill.git
Update prerequisites in to README.md
This commit is contained in:
Родитель
a6d8537648
Коммит
ca09ddc9b8
23
README.md
23
README.md
|
@ -9,11 +9,18 @@ A JavaScript caching library for reducing build time.
|
|||
configuration and environment variable overrides
|
||||
|
||||
_backfill is under active development and should probably not be used in
|
||||
production, yet. We will initially focus on stability improvements. We will then
|
||||
look into various optimization strategies, adding more customization, and
|
||||
introducing an API for only running scripts in packages that have changed and
|
||||
skipping others altogether. This is particularly useful for tests (such as Jest)
|
||||
and for other dev tools that simply don't need to run if nothing has changed._
|
||||
production, yet. We will initially focus on stability improvements. We will look
|
||||
into various optimization strategies, adding more customization, and introducing
|
||||
an API for only running scripts in packages that have changed and skipping
|
||||
others altogether._
|
||||
|
||||
_Current prerequisites:_
|
||||
|
||||
- git (for running `--audit`)
|
||||
- yarn.lock and yarn workspaces (for optimized hashing)
|
||||
|
||||
These prerequisites can easily be loosened to make backfill work with npm, Rush,
|
||||
and Lerna.
|
||||
|
||||
## Why
|
||||
|
||||
|
@ -38,12 +45,6 @@ Install backfill using yarn:
|
|||
$ yarn add --dev backfill
|
||||
```
|
||||
|
||||
Or npm:
|
||||
|
||||
```
|
||||
$ npm install --save-dev backfill
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче