---
title: "shipnode init"
description: "Create a shipnode.config.ts in the current project."
---
Interactive prompt that detects the framework, package manager, and app type, then writes `shipnode.config.ts`.

```bash
npx shipnode init
```

## Options

| Flag | Purpose |
|---|---|
| `--non-interactive` | Generate config from defaults without prompts. |
| `--print` | Print the config to stdout instead of writing a file. |