Skip to content

Installation

Installing the packages

You can install the framework pretty easily using bun but of course, you can use any package manager you want.

For the purposes of every tutorial, as it's a Bun framework, we will assume you intend to use bun as your package manager, but feel free to switch it out.

zsh
bun install @sodacore/core @sodacore/http

Installing plugins

To install a plugin, simply find the package name, for core-packages, they are usually prefixed with @sodacore/ and for community ones, we suggest: sodacore-plugin-mypluginname to make it easier for people to search, some community packages may be taken in house as part of our core offering if they get a lot of love.

Released under the Apache-2.0 License.