1.0.8 • Published 3 years ago
thorium-server-generator v1.0.8
thorium-server-generator
thorium-server-generator is a generator for thorium server side rendering project.
How use it ?
Simply wrote npx thorium-server-generator in console.
First use ?
Don't worry npx takes care of everything, it will ask you if you want to install the package, if it is not present.
Some options
out
You can customise where the project is generated from where you call the generator whith --out:<folderName>.
You can use it like this : npx thorium-server-generator by default thorium-app will be created.
You can use it like this : npx thorium-server-generator --out:myApp or --out:foo/myApp or even --out:../myApp.