Skip to content

Commit e0a686b

Browse files
committed
docs(readme): update features list
1 parent 4263f0a commit e0a686b

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,20 @@ Custom features for dev containers used in development of Omoxyz software projec
55
## Features
66

77
- **Lefthook** (`lefthook`) – fast polyglot Git hooks manager to automate code checks, formatting, and tests before commits and pushes.
8+
- **Air** (`go-air`) - live reloader for Go apps
89

910
## Usage
1011

11-
*Please refer to `README.md` file of the feature you want to use located in `src/{feature-id}` folder.*
12+
*Please refer to `README.md` file of the feature you want to use located in `src/{feature-id}` folder.*
13+
14+
## Development
15+
16+
1. Open this project in Container
17+
2. Install git hooks
18+
```bash
19+
npm install
20+
```
21+
3. To test all features, launch `Test All Features`
22+
4. To test specific features, launch `Test Features (input)` and input a list of features you want to test separated by spaces.
23+
5. To run global test, launch `Test Global`.
24+
6. Use [commit conventions](https://www.conventionalcommits.org/en/v1.0.0/) for commit messages.

0 commit comments

Comments
 (0)