generator-python-parse
Version:
Python API template for backend system using parse.com as database.
45 lines (31 loc) • 1.89 kB
Markdown
# generator-python-parse [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> generator-python-parse is a generator for [Python-parse](https://github.com/nghiattran/python-parse).
#[Python-parse][python-parse-url]
> Python API template for backend system using parse.com as database.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-python-parse using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-python-parse
```
Then generate your new project:
```bash
yo python-parse
```
If you want to add another API endpoint, just run following command. It will generate everything you need.
```bash
yo python-parse:endpoint
```
## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).
## License
MIT © [Nghia Tran](http://profile.nghiattran.com/)
[python-parse-url]: https://github.com/nghiattran/python-parse
[npm-image]: https://badge.fury.io/js/generator-python-parse.svg
[npm-url]: https://npmjs.org/package/generator-python-parse
[travis-image]: https://travis-ci.org/nghiattran/generator-python-parse.svg?branch=master
[travis-url]: https://travis-ci.org/nghiattran/generator-python-parse
[daviddm-image]: https://david-dm.org/nghiattran/generator-python-parse.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/nghiattran/generator-python-parse
[coveralls-image]: https://coveralls.io/repos/nghiattran/generator-python-parse/badge.svg
[coveralls-url]: https://coveralls.io/r/nghiattran/generator-python-parse