0.2.1 • Published 11 months ago
@steinjs/cli v0.2.1
Stein CLI
Usage
npx @steinjs/cli
pnpx @steinjs/cli
bunx @steinjs/cli
Commands
stein create project-name # Create a new Stein project in "project-name" directory
stein dev # Start the development server
# todo:
stein add plugin-name # Add plugin-name to the current project.
stein build
Credits
This CLI was hugely inspired (and some code was borrowed) from the Astro CLI.