https://github.com/wzalazar/meteor-file-status
Meteor aplication
https://github.com/wzalazar/meteor-file-status
code grunt gruntfile javascript merge meteor
Last synced: about 2 months ago
JSON representation
Meteor aplication
- Host: GitHub
- URL: https://github.com/wzalazar/meteor-file-status
- Owner: wzalazar
- Created: 2015-01-26T18:06:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T17:35:24.000Z (over 10 years ago)
- Last Synced: 2025-03-28T17:26:00.245Z (2 months ago)
- Topics: code, grunt, gruntfile, javascript, merge, meteor
- Language: JavaScript
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor file status
> Real time connection with others co-workers, you will able to resolve the merge online
## Getting Started
If you haven't used [Meteor](https://www.meteor.com/) before
Meteor is an ultra-simple environment for building modern web applications.
With Meteor you write apps:
in pure JavaScript
that send data over the wire, rather than HTML
using your choice of popular open-source libraries
Documentation is available at http://docs.meteor.com/Install Meteor:
```shell
curl https://install.meteor.com | /bin/sh
```After that, clone the system
```shell
git clone [email protected]:wzalazar/meteor-file-status.git
```This system requires grunt-file-status https://github.com/wzalazar/grunt-file-status
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
```shell
npm install grunt-file-status --save-dev
```
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:```js
grunt.loadNpmTasks('grunt-file-status');
```## The "Meteor file status" system
### Overview
In your project's Meteor file status, you will be able to run system with the command meteor in the shell```shell
meteor
```## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).## Release History
_(Nothing yet)_
# grunt-file-status