Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aubreypwd/local-tableplus
Local ⚡️ Addon for launching TablePlus (MacOS only) to view databases.
https://github.com/aubreypwd/local-tableplus
5ftf database-management flywheel-local local macos tableplus wordpress
Last synced: 9 days ago
JSON representation
Local ⚡️ Addon for launching TablePlus (MacOS only) to view databases.
- Host: GitHub
- URL: https://github.com/aubreypwd/local-tableplus
- Owner: aubreypwd
- Created: 2020-07-31T16:52:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T08:23:04.000Z (over 2 years ago)
- Last Synced: 2024-11-06T04:16:12.316Z (9 days ago)
- Topics: 5ftf, database-management, flywheel-local, local, macos, tableplus, wordpress
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 36
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://user-images.githubusercontent.com/1753298/89695355-eda48200-d8d0-11ea-99e0-1db05ee7a66a.png)
You can use this addon for [Local](https://localwp.com/) 5.x on **MacOS ONLY** to connect to databases using [TablePlus](https://tableplus.com/) with one click!
## Install
Download the `.tgz` file from a [release](https://github.com/aubreypwd/local-tableplus/releases). Navigate to *Local → Addons → Installed → Install from Disk* and select the `.tgz` file. Enable *TablePlus* and restart Local.
## Usage
Connect to databases just like you would Sequel Pro or Adminer, but with TablePlus!
## Development
Clone the repo anywhere you want using:
```
git clone [email protected]:aubreypwd/local-tableplus.git
```Then, cd into the repo and run `npm run link` and it will automatically symlink to your Local addons folder and build the package.
then run `npm run build` or `npm run watch` (requires `watchexec`, install with `brew install watchexec`) to develop.
`master` will be the current development version.
### Packaging for release
Run `npm run dist` to create a package to distribute to release channels.