Various reusable bits for the Bazel build system.
The main features of atlassian/bazel-tools are: Developer Tooling.
Open-source alternatives to atlassian/bazel-tools include: agentofuser/ipfs-deploy — Zero-Config CLI to Deploy Static Websites to IPFS. alexbakers/create-ipfs-app — Set up a decentralized web3 app by running one command. asana/bazeltsc — This is a TypeScript compiler that can be used as a Bazel "persistent worker." If it is launched with… aspect-build/bazel-super-formatter — Easily ensure your code is always formatted, with consistent tooling across everyone's machines. auhau/ipfs-publish — Continuous Delivery of static websites to IPFS. acqio/bazel-arcanist — Unit test engine and linter for Bazel.
Zero-Config CLI to Deploy Static Websites to IPFS
Set up a decentralized web3 app by running one command.
This is a TypeScript compiler that can be used as a Bazel "persistent worker." If it is launched with --persistent_worker, then it will run in a loop, reading compilation arguments (in protobuf format) from stdin; doing a compile; and then writing the results (also in protobuf format) to stdout.…