create-zinalog
v0.1.2
Published
CLI to scaffold a new ZinaLog app
Readme
create-zinalog
Scaffold a new ZinaLog instance in seconds.
Usage
Run the following command:
npx create-zinalog my-appThen:
cd my-app
npm run devOpen:
http://localhost:4000
What it does
- Clones the ZinaLog repository
- Removes git history
- Installs dependencies
- Prepares your project for development
Requirements
- Node.js 20+
- Git installed
Options
create-zinalog <project-name>If no name is provided, it defaults to:
zinalog-appYou can also use the current directory:
create-zinalog .Troubleshooting
Git not found
Make sure Git is installed:
git --versionInstallation failed
Run manually:
cd my-app
npm install