CLI
Bu içerik henüz dilinizde mevcut değil.
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:
npm install -g @sern/cli
pnpm add -g @sern/cli
yarn add -g @sern/cli
bun add -g @sern/cli
Adding Plugins
To install plugins maintained by the community repository:
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:
sern extra
We have a more in depth guide on the CLI if you’re interested in learning more.