Skip to content

Commit

Permalink
Revert "add partiql-cli"
Browse files Browse the repository at this point in the history
This reverts commit a8ecb48.
  • Loading branch information
XuechunHHH committed Jul 23, 2024
1 parent a8ecb48 commit d1ecbc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
45 changes: 5 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,11 @@
[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/partiql/homebrew-partiql/blob/main/LICENSE)
[![Homebrew](https://img.shields.io/badge/Homebrew-Install-brightgreen.svg)](https://github.com/partiql/homebrew-partiql)
## Homebrew PartiQL
## My Project

Welcome to the official HOmebrew Tap for PartiQL applications.
TODO: Fill this README out!

This repository is managed by the [PartiQL](https://github.com/partiql) team and contains Homebrew formulas for easy installation and management of PartiQL owned applications on macOS and Linux systems.

### Installation
To tap this repository and make the formulas available on your system, run:

```bash
brew tap partiql/partiql
```

### Usage
Once the tap is added, you can install PartiQL applications using the `brew install` command. For example:

```bash
brew install partiql-tool # Replace 'partiql-tool' with the actual formula name e.g. 'partiql-cli'
```

### Available Formulas
This tap includes the following Homebrew formulas:

+ `partiql-cli`: [partiql-cli](https://github.com/partiql/partiql-lang-kotlin/wiki/Command-Line-Tutorial) is an interactive shell, or Read Evaluate Print Loop (REPL), that allows users to write and evaluate PartiQL queries.

Install `partiql-cli` using the following Homebrew command:
```bash
brew install partiql-cli
```
This command fetches and installs the latest version of `partiql-cli`, setting up all necessary dependencies on your macOS or Linux system.

After installation, you can start using command:
```bash
partiql
```
For a comprehensive list of options and more detailed help, you can use the help command:
```
partiql --help
```
This will display usage information, command line options and guidance to help you get started.
Be sure to:

* Change the title in this README
* Edit your repository description on GitHub

## Security

Expand Down
19 changes: 0 additions & 19 deletions partiql-cli.rb

This file was deleted.

0 comments on commit d1ecbc1

Please sign in to comment.