https://github.com/sungwoncho/meteor-stat
Get a simple analysis of your Meteor app
https://github.com/sungwoncho/meteor-stat
meteor
Last synced: 12 days ago
JSON representation
Get a simple analysis of your Meteor app
- Host: GitHub
- URL: https://github.com/sungwoncho/meteor-stat
- Owner: sungwoncho
- License: mit
- Created: 2015-10-04T23:41:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T01:27:43.000Z (over 8 years ago)
- Last Synced: 2025-04-12T04:44:50.594Z (12 days ago)
- Topics: meteor
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor Stat
[](https://travis-ci.org/sungwoncho/meteor-stat)
Get a simple analysis of your Meteor app.

## Install
npm install meteor-stat -g
## Usage
Run `mstat` in your Meteor app's root directory.
## Node dependency
Please note that you need node version later than v4 as meteor-stat uses
ES 2015. Feel free to make a PR for backward support.## License
MIT