Skip to content

cinderlink/server-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@cinderlink/server-template

This template provides everything you need to start running a new server project using Cinderlink Framework. After you clone this repository, you can install all dependencies and start the server by running the following commands:

pnpm i
pnpm cinderlink init
pnpm cinderlink start

After initializing the server, you can customize your configuration by editing the cinderlink.config.js file. You can create your own plugins in the src folder and add them to the cinderlink.config.js file.

Default plugins

By default the template will use the default plugins from the @cinderlink/server-bin package. You can find more information about the default plugins in the documentation (TODO).

Custom plugins

You can create your own plugins by creating a new class that extends the PluginInterface class from the @cinderlink/core-types package. An example plugin can be found in the example-plugin directory in this repository.

About

An example server configuration for the Cinderlink framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published