> ## Documentation Index
> Fetch the complete documentation index at: https://ship-jskiller1404-add-ommiting-private-fields-feature.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# create-ship-app

[![npm version](https://badge.fury.io/js/create-ship-app.svg)](https://badge.fury.io/js/create-ship-app)

Simple CLI tool for bootstrapping Ship applications.
Downloads actual template from Ship [monorepo](https://github.com/paralect/ship) and configures it to run.

<img src="https://mintcdn.com/ship-jskiller1404-add-ommiting-private-fields-feature/E9XBHl8mCOQjBjO1/images/init-project.png?fit=max&auto=format&n=E9XBHl8mCOQjBjO1&q=85&s=a8d3cdb2a50322afff948baff99dad1d" alt="Init project" width="739" height="748" data-path="images/init-project.png" />

## Build options

### Deployment type

* [**Digital Ocean Apps**](/deployment/digital-ocean-apps)
* [**Render**](/deployment/render)
* [**Digital Ocean Managed Kubernetes**](/deployment/kubernetes/digital-ocean)
* [**AWS EKS**](/deployment/kubernetes/aws)

## Usage

```shell theme={null}
npx create-ship-app@latest init
```

or

```shell theme={null}
npx create-ship-app@latest my-project
```
