Is it possible to create a react application with a specific scope?
this command : npx create-react-app web1
create this package.json:
{
"name": "web1",
.....
}
I would like to know how to create it with a scope. @myusername/web1
{
"name": "@myusername/web1",
.....
}