0.2.5 • Published 4 years ago

pbhbs v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pbhbs

Generate files based on protobuf definition and handlebars templates.

Getting Started

Prerequisites

You need to have yarn or npm installed

Installation

With yarn

yarn global add pbhbs

With npm

npm install -g pbhbs

Usage

Usage:
  pbhbs [--debug] [--output-dir=<dir>] [--template-dir=<dir>] [--proto-path=<proto_path>...] [--helper-dir=<helper-dir>]  <protos>...
  pbhbs [--debug] (-h | --help)
  pbhbs [--debug] (-v | --version)

Parse protobuf declarations and handlebars-js templates to generate custom files

Arguments:
  protos                      Protos input files

Options:
  -h --help                   Show this
  -v --version                Show current version
  -d --debug                  Display debug informations
  -p --proto-path DIR         Adds a directory to the include path
  -t --template-dir DIR       Specify templates directory [default: ./template]
  -H --helper-dir DIR         Specify handlebars helper directory
  -o --output-dir DIR         Specify output directory [default: .]

Examples

Currently there is no examples, please contribute to #8 :)

Running the tests

Currently no tests have been provided, please contribute to #7 :)

Deployment

Currently handmade, please contribute to #5, #6 and #7 :)

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Currently handmade, please contribute to #5 :)

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowlegment

0.2.5

4 years ago

0.2.4

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago