Registry / devops / yulio-cli

yulio-cli

JSON →
library1.0.29jsnpmunverified

yulio-cli (v1.0.29) is the official CLI for Yulio, a SaaS starter kit. It scaffolds production-ready full-stack projects with a NestJS backend and optional Next.js frontend, including auth, database (MongoDB Atlas, Supabase, Neon), email, and deployment config. Commands: init, add (mail, oauth, payments, storage), db setup, login, list. Requires Node.js 18+ and a Yulio account. Differentiator: opinionated, fully wired project generator with built-in module additions. Released infrequently (last update 2024). Active development.

devopsweb-frameworkdatabaseauth-securitycommunication
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Must be installed globally or used with npx.

npm install -g yulio-cli

The package name is 'yulio-cli' but the CLI binary is 'yulio'.

yulio init

Use npx yulio-cli to run the package without global install.

npx yulio-cli init

Installs the CLI globally, scaffolds a new project interactively, then runs the development server.

npm install -g yulio-cli yulio init # Follow prompts to scaffold a project cd my-project npm run start:dev
yulio --version
Debug
Known footguns
gotchaThe CLI binary is named 'yulio', not 'yulio-cli'. Running 'yulio-cli' will fail unless npx is used.
gotchaLocal install (npm install --save-dev yulio-cli) does not expose the 'yulio' command globally. Users may expect it to work like a project script.
breakingRequires Node.js >=18. Older Node versions will produce errors.
deprecatedNo known deprecated features yet in v1.0.29.
gotchaA Yulio account is required for full functionality; running 'yulio init' without login may fail or prompt login.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
26 hits · last 30 days
bingbot
11
gptbot
3
ahrefsbot
3
claudebot
3
mj12bot
2
dotbot
1
petalbot
1
amazonbot
1
Resources