File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Please be aware of the following notes prior to opening a pull request:
65
65
SDK's test coverage percentage are unlikely to be merged until tests have
66
66
been added.
67
67
68
- ### Testing
68
+ ### Setup and Testing
69
69
70
70
This project uses a monorepo to manage all of the packages.
71
71
This allows us to easily test the effects of changes in one package to others.
@@ -92,10 +92,11 @@ The above command will use Lerna to run the `test` script in every package in th
92
92
93
93
To run the tests for a specific package, you can run ` npm test ` from within the specified package folder, assuming the above steps have been run.
94
94
95
- ### Generate Service Clients
95
+ ### Generating Service Clients
96
96
97
97
You can generate service client by yourself from either [ AWS service models] [ ] or customized models. The SDK provides
98
- a command line interface to make these work easier for you.
98
+ a command line interface for generating packages. In order to use the CLI, first complete the test and setup steps (above) to
99
+ build the package-generator and its dependencies.
99
100
100
101
```
101
102
node ./packages/package-generator/build/cli.js
You can’t perform that action at this time.
0 commit comments