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: 5 months 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 (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-07T16:43:48.000Z (over 3 years ago)
- Last Synced: 2025-01-19T22:40:10.345Z (6 months 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
[](https://rubygems.org/gems/handlebars-cli)
[](https://github.com/gi/handlebars-cli/actions/workflows/ci.yml)
[](https://codeclimate.com/github/gi/handlebars-cli/test_coverage)
[](https://codeclimate.com/github/gi/handlebars-cli/maintainability)
[](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).