create-typeion
v0.1.0
Published
Scaffolding tool for creating new Typeion projects
Maintainers
Readme
create-typeion
Scaffolding tool for creating new Typeion projects.
Usage
npx create-typeion <project-name>Example
npx create-typeion myblogThis will create a new Typeion project in the myblog directory.
What it does
- Creates a new directory with your project name
- Copies all necessary files from the Typeion template
- Replaces placeholders (project name, database names, etc.)
- Initializes a git repository
- Provides next steps instructions
