Init
Create a NarraLeaf project with the skeleton package.
narraleaf init [path] creates a project by delegating to the latest skeleton package.
narraleaf init my-visual-novelInternally, the command runs:
npx narraleaf-skeleton@latest my-visual-novelIf [path] is omitted, the default path is the current directory.
narraleaf initAfter Init
Move into the project directory and start development:
cd my-visual-novel
narraleaf devExpected Project Shape
The generated project should contain the required NarraLeaf project files:
package.json
narraleaf.config.js