@mochi-css/tsuki
v7.0.0
Published
This package is part of the [Mochi-CSS project](https://github.com/Niikelion/mochi-css). It provides installer for Mochi-CSS that adds it to your project.
Readme
🧁 Mochi-CSS/tsuki
This package is part of the Mochi-CSS project. It provides installer for Mochi-CSS that adds it to your project.
You can run it with:
npx @mochi-css/tsukitsuki handles installing integrations for next.js and vite frameworks.
To get more info, run it with -h or --help option.
What tsuki sets up
During initialization, tsuki installs the required packages and creates a mochi.config.ts file in your project root.
This file is the single place to configure all Mochi-CSS options (roots, plugins, splitCss, etc.) - all integrations load it automatically.
Presets
Use the --preset / -p flag to choose a framework preset non-interactively:
npx @mochi-css/tsuki --preset vite
npx @mochi-css/tsuki --preset nextjsIf -p is omitted, tsuki will prompt you to select a preset interactively.
