https://github.com/nativescript-community/flipper
A desktop debugging platform for mobile developers.
https://github.com/nativescript-community/flipper
Last synced: about 1 year ago
JSON representation
A desktop debugging platform for mobile developers.
- Host: GitHub
- URL: https://github.com/nativescript-community/flipper
- Owner: nativescript-community
- License: apache-2.0
- Created: 2020-10-23T19:37:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T16:07:50.000Z (over 4 years ago)
- Last Synced: 2025-04-20T21:36:03.088Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@nativescript-community/flipper)
[](https://www.npmjs.com/package/@nativescript-community/flipper)
[](https://github.com/@nativescript-community/flipper/network)
[](https://github.com/@nativescript-community/flipper/stargazers)
## Installation
- `tns plugin add @nativescript-community/flipper`
Be sure to run a new build after adding plugins to avoid any issues.
---
### Usage
```typescript
import { Client } from '@nativescript-community/flipper';
const flipper = new Client();
flipper.start({
plugins: ['inspector', 'network', 'prefs'],
});
```