An open API service indexing awesome lists of open source software.

https://github.com/nself-org/homebrew-nself

Official Homebrew tap for nself - Production-ready self-hosted backend infrastructure
https://github.com/nself-org/homebrew-nself

cli homebrew macos nself

Last synced: 2 months ago
JSON representation

Official Homebrew tap for nself - Production-ready self-hosted backend infrastructure

Awesome Lists containing this project

README

          

# Homebrew Tap for nself

Official Homebrew tap for [nself](https://github.com/nself-org/cli) - Production-ready self-hosted backend infrastructure.

## Installation

```bash
brew install nself-org/nself/nself
```

This installs the tap and the formula in one step. To update later:

```bash
brew upgrade nself
```

## Usage

```bash
# Initialize new project
mkdir my-project && cd my-project
nself init
nself build
nself start

# Check status
nself status
nself urls
```

## Documentation

See the main [nself repository](https://github.com/nself-org/cli) for full documentation.

## Current Version

- **v1.0.9** - Current release

## Support

- GitHub: https://github.com/nself-org/cli
- Issues: https://github.com/nself-org/cli/issues

## About

Part of the [nself](https://nself.org) platform · [GitHub](https://github.com/nself-org)