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
- Host: GitHub
- URL: https://github.com/goodmind/protoapp-plugin-angular
- Owner: goodmind
- License: mit
- Created: 2016-08-11T12:15:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T01:59:36.000Z (almost 10 years ago)
- Last Synced: 2025-03-09T09:02:56.113Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Protoapp Plugin Angular
[](https://travis-ci.org/goodmind/protoapp-plugin-angular)
[](http://standardjs.com/)
[](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