You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to automate app creation by passing arguments to npx @modern-js/create@latest so that I dont need to manually feed language and packageManager options... Also once this is done , I need do same for pnpm run new and enabling features such as bff, microfrontend etc...
is there any way to achieve this without user inputs and passing some sort of config ?
Isee this is from debug lof... but i dont know if similar config can be passed through cli
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I want to automate app creation by passing arguments to npx @modern-js/create@latest so that I dont need to manually feed language and packageManager options... Also once this is done , I need do same for pnpm run new and enabling features such as bff, microfrontend etc...
is there any way to achieve this without user inputs and passing some sort of config ?
Isee this is from debug lof... but i dont know if similar config can be passed through cli
Please select the programming language: TS
? Please select the package manager: pnpm
create:debug 💡 [Input Answer]: {"locale":"en","defaultBranch":"main","packagesInfo":{},"isMwa":true,"isEmptySrc":true,"language":"ts","packageManager":"pnpm"} +10s
🚶 Load Generator...
create:debug 💡 [Load Remote Generator]: @modern-js/base-generator +0ms
create:debug 🌟 [Load Remote Generator Success]: @modern-js/base-generator 3.7.6 +0ms
create:debug 🚀 [Start Run Base Generator] +110ms
create:debug 💡 [Current Config]: {"locale":"en","defaultBranch":"main","packagesInfo":{},"isMwa":true,"isEmptySrc":true,"language":"ts","packageManager":"pnpm"} +0ms
Expectation
Beta Was this translation helpful? Give feedback.
All reactions