mirror of
https://github.com/SrIzan10/sern-website.git
synced 2026-05-01 11:05:20 +00:00
704 B
704 B
CLI
Setting up the CLI is easy.
- To start a brand-new project, run :
sern init (-y)
Include the -y flag if you want to set up defaults. The default langauge is Typescript
- To install plugins maintained by the community repository,
sern plugins
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