https://github.com/mexaar/mdt
Meteor Dev Tools
https://github.com/mexaar/mdt
Last synced: 9 months ago
JSON representation
Meteor Dev Tools
- Host: GitHub
- URL: https://github.com/mexaar/mdt
- Owner: MeXaaR
- Created: 2020-03-09T09:11:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T15:21:15.000Z (over 4 years ago)
- Last Synced: 2025-03-29T05:37:47.405Z (over 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDT - Meteor Dev Tools
A free and open source package to manage your database when developing your app.
This is based on React
The main feature is the small UI to check the database and have the autopublish function. You can delete and duplicate each document. That's it at the moment, but more will come.
## How to install
```sh
$ meteor add mexar:mdt
```
## Features so far
- Autopublish
- List collections
- Edit, delete and duplicate documents
- Impersonate anyone
- Edit MDT options
- List methods and call them
## TO DO
- Offline/Online toggle
- List publications and call them
- list of subscriptions and ability to stop them
- See server logs ? (why not)
## Contribute
Feel free to add more features to this package.