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
Greetings,
After using the tool for a short time I'd like to have the possibility to use the npx command to name the project on the run, as something like the following:
npm i react-lite-app && npx react-lite-app Landing-Page
I'm able to rename both the folder's name and name field in package.json, but it would be much better and analog to the original infamous create-react-app <app-name> to do it this way IMO.
Info:
Release
Version
Current command ex.
Expected command ex.
2.0.2
WebPack y Babel
npm i react-lite-app && npx react-lite-app
npm i react-lite-app && npx react-lite-app Landing-Page
Keep the good work! : )
The text was updated successfully, but these errors were encountered:
Greetings,
After using the tool for a short time I'd like to have the possibility to use the npx command to name the project on the run, as something like the following:
I'm able to rename both the folder's name and name field in package.json, but it would be much better and analog to the original infamous
create-react-app <app-name>
to do it this way IMO.Info:
npm i react-lite-app && npx react-lite-app
npm i react-lite-app && npx react-lite-app Landing-Page
Keep the good work! : )
The text was updated successfully, but these errors were encountered: