Skip to content

Commit daca135

Browse files
committed
readme
1 parent 58d5309 commit daca135

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# objectstore-client
2+
3+
## Usage
4+
5+
TODO
6+
7+
## Development
8+
9+
### Environment Setup
10+
11+
The considerations for setting up the development environment that can be found in the main [README](../README.md) apply for this package as well.
12+
13+
### Pre-commit hook
14+
15+
A configuration to set up a git pre-commit hook using [pre-commit](https://github.com/pre-commit/pre-commit) is available at the root of the repository.
16+
17+
To install it, run
18+
```sh
19+
pre-commit install
20+
```
21+
22+
The hook will automatically run some checks before every commit, including the linters and formatters we run in CI.

0 commit comments

Comments
 (0)