https://github.com/tvkcompany/neo_cli
⌨️
https://github.com/tvkcompany/neo_cli
neo neo-cli
Last synced: 2 months ago
JSON representation
⌨️
- Host: GitHub
- URL: https://github.com/tvkcompany/neo_cli
- Owner: tvkcompany
- Created: 2025-02-12T17:01:14.000Z (2 months ago)
- Default Branch: production
- Last Pushed: 2025-02-15T19:12:17.000Z (2 months ago)
- Last Synced: 2025-02-15T19:22:28.898Z (2 months ago)
- Topics: neo, neo-cli
- Language: Dart
- Homepage: https://tvk.company
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Neo CLI
The Neo Command Line Interface (CLI for short) is the gateway to using [Neo](https://github.com/tvkcompany/neo/blob/production/README.md).
## Getting Started
### Prerequisites
Before installing the Neo CLI, make sure you have [Flutter](https://flutter.dev/docs/get-started/install) installed and properly set up on your system.
MacOS
### Installation
Install the Neo CLI using [Homebrew](https://brew.sh):
```bash
brew install tvkcompany/neo/neo
```### Updating
When a new version is [released](https://github.com/tvkcompany/neo_cli/releases), you can update the Neo CLI using:
```bash
brew upgrade neo
```> 💡 TIP: You can check if there is a new version available by running `brew outdated neo`.
### Uninstalling
```bash
brew uninstall neo
brew untap tvkcompany/neo
```---
Windows
### Installation
Install the Neo CLI using [Scoop](https://scoop.sh):
```powershell
scoop bucket add neo https://github.com/tvkcompany/scoop-neo.git
scoop install neo
```### Updating
When a new version is [released](https://github.com/tvkcompany/neo_cli/releases), you can update the Neo CLI using:
```powershell
scoop update neo
```> 💡 TIP: You can check if there are any updates available by running `scoop status`.
### Uninstalling
```powershell
scoop uninstall neo
scoop bucket rm neo
```---
Linux
### Installation
Install the Neo CLI using [Homebrew](https://brew.sh):
```bash
brew install tvkcompany/neo/neo
```### Updating
When a new version is [released](https://github.com/tvkcompany/neo_cli/releases), you can update the Neo CLI using:
```bash
brew upgrade neo
```> 💡 TIP: You can check if there is a new version available by running `brew outdated neo`.
### Uninstalling
```bash
brew uninstall neo
brew untap tvkcompany/neo
```---
After installation, you can verify that the Neo CLI is working by running:
```bash
neo --version
```## Usage
For information about using the Neo CLI, please visit the [Neo documentation](https://github.com/tvkcompany/neo/blob/production/docs/README.md).