Skip to content
sern

CLI

Setting up the CLI is easy.

The CLI is your plug to the sern ecosystem. It allows you to install plugins with ease, install extra utilities, and much more.

Installing the CLI

If you haven’t already installed the CLI globally, you can do so by running:

Terminal window
npm install -g @sern/cli

Adding Plugins

To install plugins maintained by the community repository:

Terminal window
sern plugins

This will display a menu selection of all installable plugins.

If you’d like to view all plugins, check out our plugins page.

Extra Utilities

To install extra utilities into your project, run:

Terminal window
sern extra

We have a more in depth guide on the CLI if you’re interested in learning more.