An open API service indexing awesome lists of open source software.

https://github.com/microsoft/backfill

A JavaScript caching library for reducing build time
https://github.com/microsoft/backfill

build cache javascript typescript

Last synced: 6 months ago
JSON representation

A JavaScript caching library for reducing build time

Awesome Lists containing this project

README

          

# backfill

A JavaScript caching library for reducing build time.

## Documentation

See the [`backfill` package README](./packages/backfill/README.md).

## Contributing

### Ways to contribute

This project welcomes contributions and suggestions.

- [Submit bugs](https://github.com/microsoft/backfill/issues) and help us verify
fixes as they are checked in.
- Review the [source code changes](https://github.com/microsoft/backfill/pulls).

### Describing your changes

When submitting source code changes, be sure to accompany the changes with a
change file. Change files can be generated with the `yarn change` command.

### Contributor License Agreement (CLA)

Most contributions require you to agree to a Contributor License Agreement (CLA)
declaring that you have the right to, and actually do, grant us the rights to
use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether
you need to provide a CLA and decorate the PR appropriately (e.g., status check,
comment). Simply follow the instructions provided by the bot. You will only need
to do this once across all repos using our CLA.

This project has adopted the
[Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the
[Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any
additional questions or comments.