ServeSide CLI
Installation
Can be installed globally
npm i -g @serveside/cli
# or
yarn global add @serveside/cli
Can can be used like so:
serveside [--service=service]
Can also be used via npx like so:
npx @serveside/cli [--service=service]
Configuration
Can create a config file in the root of your project called .servesiderc or .serveside.json
Can contain the service that the cli will install
For example:
{
"service": "svelte"
}
By default if no service is set, it will install the react service.
Help
Can view the help in the terminal by passing --help to the cli