Files
website/docs/guide/walkthrough/cli.md
2022-08-13 13:45:13 -05:00

896 B

sidebar_position
sidebar_position
2

CLI

Setting up the CLI is easy.

  • To start a brand-new project, run :
sern init (-y)

:::tip It creates a directory for you so you don't need to! :::

Include the -y flag if you want to set up defaults. The default langauge is Typescript

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