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 @sodacoreThe reason it is
@sodacoreinstead ofsodacoreis becausebunwill utilise@sodacore/createrather than look for acreate-sodacorepackage, I prefer everthing being namespaced.
Once you run this command, you can follow the prompts on screen to create your project.
