New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-kyro

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kyro

Interactive scaffolding for Kyro CMS projects

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

create-kyro

Interactive scaffolding for Kyro CMS projects.

Usage

npm create kyro@latest

Or directly:

npx create-kyro

What it does

  • Interactive Setup - Prompts for:

    • Project name
    • Database (SQLite, PostgreSQL, MySQL, MongoDB)
    • API protocols (REST, GraphQL, tRPC, WebSocket)
    • Styling (Tailwind, CSS Modules, Styled Components, None)
    • Authentication
    • Versioning/Drafts
    • Admin dashboard
    • Starting template (Minimal, Blog, E-commerce)
  • Project Generation - Creates:

    • package.json with all dependencies
    • kyro.config.ts with your selections
    • astro.config.mjs configured for SSR
    • tsconfig.json
    • SPEC.md with project specification
    • Initial pages and structure
  • Installation - Runs npm install

  • Git Init - Initializes git repository with first commit

Programmatic Usage

import { promptUser } from 'create-kyro';

const answers = await promptUser();
// { projectName, database, apis, styling, auth, versioning, admin, template }

License

MIT

Keywords

kyro

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts