File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments