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.

npm install yulio-cli
INSTALL
IMPORT
SIG · YULIO-CLI
Y
yulio-cli
devopsjavascriptv1.0.29
harness data pending
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.

yulio CLI (global command)
npm install -g yulio-cli
npm install yulio-cli (local install does not expose 'yulio' command globally by default)
Must be installed globally or used with npx.
yulio init (command)
yulio init
yulio-cli init (binary name is 'yulio' not 'yulio-cli')
The package name is 'yulio-cli' but the CLI binary is 'yulio'.
npx usage
npx yulio-cli init
npx yulio init (npm package name mismatch; npx only works with package name)
Use npx yulio-cli to run the package without global install.

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 issues
gotchaThe CLI binary is named 'yulio', not 'yulio-cli'. Running 'yulio-cli' will fail unless npx is used.
fix
Use 'yulio' command or 'npx yulio-cli'.
affects: >=1.0.0
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.
fix
Install globally with -g flag or use npx.
affects: >=1.0.0
breakingRequires Node.js >=18. Older Node versions will produce errors.
fix
Upgrade Node.js to version 18 or higher.
affects: >=1.0.0
deprecatedNo known deprecated features yet in v1.0.29.
fix
N/A
gotchaA Yulio account is required for full functionality; running 'yulio init' without login may fail or prompt login.
fix
Run 'yulio login' first.
affects: >=1.0.0
Errors
Common errors & fixes
yulio: command not found
The CLI was not installed globally or the package name was used incorrectly as the command.
fix
Install globally: npm install -g yulio-cli, then use 'yulio'.
Error: Requires Node.js >=18
Running on an older Node.js version.
fix
Upgrade Node.js to version 18 or later.
ENOENT: no such file or directory, open '.env.example'
Running 'yulio add' in a directory that is not a Yulio project (e.g., missing '.env.example').
fix
Run 'yulio add' from the root of a project scaffolded with 'yulio init'.
Upgrade
Version history
1.0.29latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources
yulio-cli — npm install yulio-cli · libregistry