Overview
The @sodacore/create
package offers a standalone ability to create sodacore projects with defaults and can install and initialise boilerplate code for the given plugins.
Usage
To use the package, you can do the following:
zsh
bun create @sodacore
The reason it is
@sodacore
instead ofsodacore
is becausebun
will utilise@sodacore/create
rather than look for acreate-sodacore
package, I prefer everthing being namespaced.
Once you run this command, you can follow the prompts on screen to create your project.