@hallway/create-hallway-app
v0.1.0
Published
Scaffold a new Hallway app from templates
Readme
@hallway/create-hallway-app
A simple scaffolding tool to create a new Hallway app from templates.
Usage
Using npx:
npx @hallway/create-hallway-app [template] [project-name]Examples:
# Create a new app using the default template in a new folder "my-app"
npx @hallway/create-hallway-app default my-app
# Use the default template into the current directory (must be empty)
npx @hallway/create-hallway-app
# If there are multiple templates available, choose by name
npx @hallway/create-hallway-app minimal my-appTemplates
Templates are stored under templates/. Passing no template defaults to default.
Development
pnpm devLicense
MIT
