Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jleagle/app-engine-stubs

A package to stop IDE errors and help with code hinting while working on Google App Engine.
https://github.com/jleagle/app-engine-stubs

Last synced: about 9 hours ago
JSON representation

A package to stop IDE errors and help with code hinting while working on Google App Engine.

Awesome Lists containing this project

README

        

# app-engine-stubs

[![Build Status (Scrutinizer)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs/badges/build.png)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs)
[![Code Quality (scrutinizer)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs/badges/quality-score.png)](https://scrutinizer-ci.com/g/Jleagle/app-engine-stubs)
[![Latest Stable Version](https://poser.pugx.org/Jleagle/app-engine-stubs/v/stable.png)](https://packagist.org/packages/Jleagle/app-engine-stubs)
[![Latest Unstable Version](https://poser.pugx.org/Jleagle/app-engine-stubs/v/unstable.png)](https://packagist.org/packages/Jleagle/app-engine-stubs)

A package to stop IDE errors and help with code hinting while working on Google App Engine projects.

![IDE](http://i.imgur.com/PTHs0gD.png)

### Installation with Composer

```json
"require-dev": {
"jleagle/app-engine-stubs": "*"
},
```