Comparing version 2.4.8 to 2.4.9
@@ -37,3 +37,18 @@ /* | ||
execSync( | ||
`npx create-react-app 07_cra_${name} --template 07 && cd 07_cra_${name} && yarn && yarn build && git clone https://github.com/07-media-sor/07_umb9_boilerplate.git && dotnet new --debug:reinit && dotnet new -i ./07_umb9_boilerplate && dotnet new 07-umb9-template -o 07_umb9_${name} && rm -rf ./07_umb9_boilerplate && cp -R ./build ../07_umb9_${name}/wwwroot/ && cd ../07_umb9_${name} && code ../07_cra_${name} && dotnet run && code .`, | ||
` | ||
npx create-react-app 07_cra_${name} --template 07 | ||
&& | ||
cd 07_cra_${name} | ||
&& yarn | ||
&& yarn build | ||
&& cd ../ | ||
&& git clone https://github.com/07-media-sor/07_umb9_boilerplate.git | ||
&& dotnet new --debug:reinit | ||
&& dotnet new -i ./07_umb9_boilerplate | ||
&& dotnet new 07-umb9-template -o 07_umb9_${name} | ||
&& rm -rf ./07_umb9_boilerplate | ||
&& cp -R ../07_cra_${name}/build ../07_umb9_${name}/wwwroot/ | ||
&& cd ./07_umb9_${name} | ||
&& dotnet run | ||
&& code .`, | ||
{ stdio: "inherit" } | ||
@@ -40,0 +55,0 @@ ); |
{ | ||
"name": "07-cli", | ||
"version": "2.4.8", | ||
"version": "2.4.9", | ||
"description": "A command line tool for 07 organization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67450
663