Skip to content

Commit e6080b3

Browse files
authored
docs(copy-models): add README for using copy-models script (#2358)
1 parent 9756954 commit e6080b3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scripts/copy-models/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# How to copy models
2+
3+
## Prerequisite
4+
5+
- Node.js version >= 12.
6+
- Ensure that aws-models directory is updated.
7+
8+
## Options
9+
10+
```
11+
--version Show version number [boolean]
12+
-m, --models The path to directory with aws-models. [string] [required]
13+
--help Show help [boolean]
14+
```
15+
16+
## Examples
17+
18+
- Copy models from aws-models:
19+
20+
`yarn copy-models -m path/to/aws-models`

0 commit comments

Comments
 (0)