@serveside/cli
v0.2.0
Published
CLI for installing serveside core and services
Downloads
12
Readme
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