Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sungwoncho/meteor-stat
Get a simple analysis of your Meteor app
https://github.com/sungwoncho/meteor-stat
meteor
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T01:27:43.000Z (about 8 years ago)
- Last Synced: 2024-10-04T03:34:33.879Z (about 1 month ago)
- Topics: meteor
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor Stat
[![Build Status](https://travis-ci.org/sungwoncho/meteor-stat.svg?branch=master)](https://travis-ci.org/sungwoncho/meteor-stat)
Get a simple analysis of your Meteor app.
![](https://cldup.com/CL3KVPA1MU.gif)
## 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