🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-hile

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hile

Create a new Hile project

latest
npmnpm
Version
3.0.0
Version published
Weekly downloads
25
-26.47%
Maintainers
1
Weekly downloads
 
Created
Source

create-hile

Scaffold Hile applications and monorepos from maintained templates.

This README is intentionally short and example-first. The complete AI-facing guide ships in AI.md in this package.

When To Use

Use create-hile when starting a new Hile application or workspace.

Install

npx create-hile create my-app

Copy-Paste Example

Create a project:

npx create-hile create my-app
cd my-app
pnpm install
pnpm run dev

Skip dependency install:

npx create-hile create my-app --skip-install

Boundaries

  • Do not use generated templates as the final architecture for complex apps without introducing models, services, and context boundaries.

  • Do not trust stale template README files if they mention unrelated application domains; regenerate or rewrite them from current template files.

  • Leaving template package versions stale after publishing new Hile packages.

  • Shipping template READMEs copied from unrelated projects.

  • Starting production without running the build command required by the selected template.

Verify

  • New project has "type": "module".
  • Dev script runs hile start --dev.
  • Production script runs hile start after build.
  • Boot files default-export defineService(...).

More Context

  • AI.md in this package: full package-local AI guide.
  • Root llms-full.txt: full monorepo AI context.
  • Root references/: source files copied from docs/ai.

FAQs

Package last updated on 28 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts