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

https://github.com/goodmind/protoapp-plugin-angular

Protoapp plugin for Angular 2
https://github.com/goodmind/protoapp-plugin-angular

Last synced: about 1 year ago
JSON representation

Protoapp plugin for Angular 2

Awesome Lists containing this project

README

          

# Protoapp Plugin Angular

[![Travis](https://img.shields.io/travis/goodmind/protoapp-plugin-angular.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/goodmind/protoapp-plugin-angular)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Protoapp plugin for Angular 2

Generate Angular 2 application from Google's [Protobuf](https://github.com/google/protobuf)

Just convert `.proto` to `.json` with [protobuf.js](https://github.com/dcodeIO/protobuf.js)

## Install

```sh
$ npm i --save-dev protoapp-plugin-angular
```

## Usage

[protoapp](https://github.com/goodmind/protoapp) must be installed globally with npm

```sh
$ protoapp -f proto.json -o src
```

## Contribute

PRs accepted

## License

MIT (c) Goodmind