Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gi/handlebars-cli
A command line interface to the official JavaScript version of Handlebars.
https://github.com/gi/handlebars-cli
cli handlebars ruby
Last synced: 3 days ago
JSON representation
A command line interface to the official JavaScript version of Handlebars.
- Host: GitHub
- URL: https://github.com/gi/handlebars-cli
- Owner: gi
- License: mit
- Created: 2022-02-05T09:47:15.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-07T16:43:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T23:20:42.640Z (18 days ago)
- Topics: cli, handlebars, ruby
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Handlebars::CLI
[![Gem Version](https://badge.fury.io/rb/handlebars-cli.svg)](https://rubygems.org/gems/handlebars-cli)
[![CI Status](https://github.com/gi/handlebars-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/gi/handlebars-cli/actions/workflows/ci.yml)
[![Test Coverage](https://api.codeclimate.com/v1/badges/3e84507f00ced4b43fa4/test_coverage)](https://codeclimate.com/github/gi/handlebars-cli/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/3e84507f00ced4b43fa4/maintainability)](https://codeclimate.com/github/gi/handlebars-cli/maintainability)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.txt)A command line interface to the official JavaScript version of
[Handlebars](https://handlebarsjs.com).[Handlebars::Engine](https://github.com/gi/handlebars-ruby) provides the Ruby
API to Handlebars.## Installation
Add this line to your application's Gemfile:
```ruby
gem 'handlebars-cli'
```And then execute:
$ bundle install
Or install it yourself as:
$ gem install handlebars-cli
## Usage
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for more details.
## Contributing
Bug reports and pull requests are welcome on GitHub:
https://github.com/gi/handlebars-cli.See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).