Cli / Generators / Must Haves
Agent Conventions
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Generators / Must Haves
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Scaffolding / Starter
Scaffold a base monorepo project with workspaces configuration, TypeScript presets, and Nova tooling wired from the start.
Read articleToolkit / Environment
Resolve platform-aware directories, discover configuration files across search paths, and load .env files into the process environment.
Read articleCli / Utilities
Record changes and release versioned changelogs with a guided flow that combines the record and release steps into a single beginner-friendly command.
Read articleCli / Utilities
Print a standardized version snapshot for OS, browsers, Node, package managers, and runtimes in a single run for reproducible diagnostics.
Read articleCli / Recipes / Package Json
Remove unsupported keys and reorder remaining keys in workspace package.json files to a canonical order based on role conventions.
Read articleToolkit / Logging
Render ANSI-aware CLI banners with configurable borders, alignment, padding, and smart truncation for terminal command output.
Read articleCli
Generate files, apply recipes, scaffold projects, and run utilities with explicit Nova CLI commands and predictable behavior.
Read articleCli / Scaffolding / App
Scaffold a Cloudflare Workers workspace with TypeScript, Wrangler, and edge runtime scripts in monorepo or workspace mode.
Read articleToolkit
Import modular utilities for formatting and logging with predictable output and repeat-safe operations for CLIs and automation scripts.
Read articleCli / Scaffolding / Docs
Scaffold a Docusaurus documentation workspace with TypeScript, MDX content, and dev scripts in monorepo or workspace mode.
Read articleCli / Generators / Must Haves
Generate .env and .env.sample files for managing local environment secrets with per-workspace key definitions from nova.config.json.
Read articleCli / Generators / Must Haves
Generate a .editorconfig file that enforces consistent coding styles across editors and IDEs including indentation and line endings.
Read articleCli / Scaffolding / App
Scaffold an Express.js workspace with TypeScript, tsx watch, and a minimal server entry point in monorepo or workspace mode.
Read articleCli / Recipes / Miscellaneous
Format pipe-based Markdown and MDX tables across the project root while preserving fenced examples and detecting formatting drift in CI.
Read articleCli / Generators / Github
Generate a .github/FUNDING.yml file for GitHub sponsor links derived from the funding configuration in nova.config.json.
Read articleCli / Generators / Must Haves
Generate a .gitignore file with common patterns for Node.js, macOS, editor artifacts, and monorepo build output directories.
Read articleCli / Utilities
Launch an interactive wizard that loads, edits, and saves the Nova config file with project details, entities, and canonical URLs from the terminal.
Read articleCli / Generators / Github
Generate GitHub issue template files for bug reports, feature requests, and support with YAML forms and automatic labeling.
Read articleCli / Generators / Must Haves
Generate a LICENSE file populated with license type, author, and year information from nova.config.json supporting MIT, Apache, and more.
Read articleToolkit / Logging
Emit leveled logs with colored prefixes, environment-aware filtering, and scoped customization for any CLI or automation script.
Read articleCli / Scaffolding / App
Scaffold a Next.js workspace with TypeScript, React, App Router, and build scripts ready to run in monorepo or workspace mode.
Read articleCli / Recipes / Package Json
Normalize files, bin, man, directories, private, and publishConfig publish-related fields in workspace package.json files to role conventions.
Read articleCli / Recipes / Package Json
Normalize types, module, sideEffects, and esnext bundler convention fields in workspace package.json files based on role policies.
Read articleCli / Recipes / Package Json
Normalize dependency fields including devDependencies, peerDependencies, and overrides, and optionally pin versions in workspace package.json files.
Read articleCli / Recipes / Package Json
Normalize exports, main, type, browser, and imports module resolution fields in workspace package.json files to Node.js conventions.
Read articleCli / Recipes / Package Json
Normalize scripts, allowScripts, gypfile, config, and workspaces fields in workspace package.json files according to workspace role conventions.
Read articleCli / Generators / Must Haves
Generate a baseline README.md file populated with project metadata from nova.config.json including badges, credits, and documentation links.
Read articleCli / Utilities
Run all registered recipes in sequence across the GitHub, license, miscellaneous, read-me, and package-json categories with a single command.
Read articleCli / Utilities
Run package.json scripts by pattern in sequential or parallel mode using a built-in Nova utility with no extra dependencies.
Read articleQuickstart
Install and configure Nova with TypeScript and ESLint presets, workspace tooling, and monorepo support using the guided setup flow.
Read articleCli / Recipes / Github
Sync repository-level GitHub Actions permissions, workflow token defaults, review permissions, and artifact retention from nova.config.json.
Read articleCli / Recipes / Package Json
Sync engines, os, cpu, libc, devEngines, and packageManager fields in workspace package.json files, with optional Node.js LTS version tracking.
Read articleCli / Recipes / Github
Sync GitHub repository feature toggles, including Sponsorships, using nova.config.json as the source of truth.
Read articleCli / Recipes / Github
Sync description, homepage URL, and topics to a GitHub repository using nova.config.json as the source of truth via the GitHub CLI.
Read articleCli / Recipes / Package Json
Sync name, version, description, keywords, displayName, and license fields in workspace package.json files using nova.config.json as the source of truth.
Read articleCli / Recipes / Github
Create or update configured GitHub repository labels from nova.config.json without deleting unmanaged labels.
Read articleCli / Recipes / Package Json
Sync homepage, bugs, author, contributors, funding, and repository fields in workspace package.json files using nova.config.json as the source of truth.
Read articleCli / Recipes / Github
Sync GitHub repository visibility, branch, merge, update, and web-signoff policies from nova.config.json.
Read articleCli / Recipes / Github
Create or update Nova's named GitHub default-branch ruleset without modifying unrelated repository or organization rulesets.
Read articleCli / Recipes / Github
Sync GitHub vulnerability alerts, Dependabot security updates, secret scanning, and push protection from nova.config.json.
Read articleCli / Utilities
Transpile TypeScript with filtered diagnostics, emitting compiled output while suppressing third-party errors so strict configs remain practical.
Read articleCli / Utilities
Run full TypeScript type checking scoped to project-owned files, filtering out third-party diagnostics so strict configs remain practical.
Read articleCli / Recipes / Read Me
Refresh the badges region of a nova-generated README.md in place without ever touching content outside the region markers.
Read articleCli / Recipes / License
Refresh the copyright holder and year range in a nova-generated LICENSE without ever touching a hand-edited or custom file.
Read articleCli / Recipes / Read Me
Refresh the credits region of a nova-generated README.md in place without ever touching content outside the region markers.
Read articleCli / Recipes / Read Me
Refresh the documentation region of a nova-generated README.md in place without ever touching content outside the region markers.
Read articleCli / Recipes / Read Me
Refresh the header region of a nova-generated README.md in place without ever touching content outside the region markers.
Read articleCli / Recipes / Read Me
Refresh the introduction region of a nova-generated README.md in place without ever touching content outside the region markers.
Read articleCli / Scaffolding / App
Scaffold a Vite workspace with TypeScript, fast dev server startup, and hot module replacement in monorepo or workspace mode.
Read articleCli / Generators / Github
Generate GitHub Actions workflow files from nova.config.json for CI/CD automation including checks, publishing, and issue management.
Read article