Skip to content

Commit abdf9f4

Browse files
committed
Add documentation
1 parent d95aeac commit abdf9f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ $ create-component-app --config path/to/your/config.json
115115

116116
**Passing a config file via the CLI overrides the configuration file loaded by [cosmiconfig](https://github.com/davidtheclark/cosmiconfig)**
117117

118+
### You can pass params from the command line
119+
120+
```sh
121+
$ create-component-app --path path/destionation
122+
```
123+
124+
**Passing a param via the CLI overrides the configuration file loaded by [cosmiconfig](https://github.com/davidtheclark/cosmiconfig)**
125+
118126
### You can use your own custom templates
119127

120128
Simple steps to create your own templates [docs/custom-templates](https://github.com/CVarisco/create-component-app/blob/master/docs/CUSTOM-TEMPLATES.md)

0 commit comments

Comments
 (0)