> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NativeCLI: Your new best friend...

> NativeCLI provides an easily accessible way to start a new NativePHP project or add NativePHP to an existing one.

## Get Started

NativeCLI makes it easy to create and manage NativePHP projects. Check out these resources to get started:

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started/installation">
    Install NativeCLI and get started with NativePHP
  </Card>

  <Card title="Command Reference" icon="terminal" href="/commands/new">
    Explore all available commands and their options
  </Card>

  <Card title="NativePHP" icon="code" href="https://nativephp.com">
    Learn more about NativePHP and what it can do
  </Card>

  <Card title="View on GitHub" icon="github" href="https://github.com/NativeCLI/nativecli">
    Browse the source code and report issues
  </Card>
</CardGroup>

## Community

<CardGroup cols={2}>
  <Card title="Contributing" icon="code-pull-request" href="/community/contributing">
    Learn how to contribute to this awesome project
  </Card>

  <Card title="Sponsoring" icon="heart" href="/community/sponsoring">
    Support NativeCLI development through sponsorship
  </Card>
</CardGroup>
