Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facebook/buck2-prelude
Prelude for the Buck2 project
https://github.com/facebook/buck2-prelude
Last synced: 2 months ago
JSON representation
Prelude for the Buck2 project
- Host: GitHub
- URL: https://github.com/facebook/buck2-prelude
- Owner: facebook
- License: apache-2.0
- Created: 2022-09-24T17:42:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:20:16.000Z (8 months ago)
- Last Synced: 2024-04-13T21:19:58.767Z (8 months ago)
- Language: Starlark
- Size: 6.48 MB
- Stars: 43
- Watchers: 22
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-buck2 - Prelude - only, PRs should go to [Buck2](https://github.com/facebook/buck2) repository instead. (Projects)
README
# Buck2 Prelude
This repo contains a copy of the Buck2 Prelude, which is often included as a
submodule with a Buck2 project. To obtain a copy of this repo, and set up other
details of a Buck2, you should usually run `buck2 init --git`. Most information
can be found on the main
[Buck2 GitHub project](https://github.com/facebook/buck2).Pull requests and issues should be raised at
[facebook/buck2](https://github.com/facebook/buck2) as that project is more
closely monitored and contains CI checks.## License
Buck2 Prelude is both MIT and Apache License, Version 2.0 licensed, as found in
the [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) files.