feat(cli): add support for config file (#245)

* feat(cli): add config files and examples in docs

* docs(www): remove cli advanced options

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Prince Hernandez
2023-05-28 03:21:11 -03:00
committed by GitHub
parent 22f23b7db3
commit dffbe89f7d
5 changed files with 87 additions and 15 deletions

View File

@@ -45,6 +45,7 @@
"dependencies": {
"chalk": "5.2.0",
"commander": "^10.0.0",
"cosmiconfig": "^8.1.3",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"https-proxy-agent": "^6.2.0",