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
- Host: GitHub
- URL: https://github.com/microsoft/backfill
- Owner: microsoft
- License: mit
- Created: 2019-08-27T15:17:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T19:46:26.000Z (6 months ago)
- Last Synced: 2025-10-02T00:37:16.418Z (6 months ago)
- Topics: build, cache, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 2.07 MB
- Stars: 163
- Watchers: 9
- Forks: 31
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.