Skip to content

create-baryo-app

An interactive scaffolder. One command and you have the folder structure, the docs skeleton, the git history and the AI assistant rules already in place.

npx create-baryo-app@latest my-projectcopy

The problem

The first two hours of a new project are always the same two hours. Folders, a README nobody has written yet, git init, a docs site you will set up later and therefore never, and now a rules file so the AI assistant does not reformat your whole codebase on day one.

It is not hard work. It is just work you have done a hundred times.

What it does

bash
npx create-baryo-app@latest my-project

It asks what you are building, then scaffolds it: the project layout, a VitePress docs structure already wired up, git initialised, and a rules file tuned to the project type you picked (library, web API, SaaS, or general).

Where it fits

Starting something. That is the whole pitch. It is a small tool and it does not pretend otherwise.

What it generates, and how to change it, on GitHub →

Brewed in the baryo ☕ · Released under the MIT License.