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

https://github.com/apinstein/smarty-converter


https://github.com/apinstein/smarty-converter

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Smarty::Converter

Convert Yeoman JS templates to smarty templates.

## Installation

Add this line to your application's Gemfile:

gem 'smarty-converter', :git => 'https://github.com/apinstein/smarty-converter.git'

And then execute:

## Usage

Usage: smarty-convert -i -u -p
-i, --input HTML HTML file to convert
-u, --base-url URL Base url for rewriting assets
-p, --path PATH Path to write smarty template

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request