Skip to main content

CLI

Setting up the CLI is easy.
The cli is your plug to the sern ecosystem. This will allow you to install plugins with ease, install extra utilities, and much more. If you haven't yet:

npm install -g @sern/cli
sern plugins
info

Make sure to have a correct sern.config.json

This will display a menu selection of all installable plugins.

Note: You must have a sern.config.json to use this command. If you want to view plugins, visit the repository linked above.

  • To install extra utilities into your project
sern extra

We have a more in depth guide of the CLI