@steinjs/cli
v0.2.1
Published
CLI for SteinJS.
Downloads
6
Readme
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.