https://github.com/apinstein/smarty-converter
https://github.com/apinstein/smarty-converter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/apinstein/smarty-converter
- Owner: apinstein
- License: mit
- Created: 2013-11-21T16:35:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T22:01:10.000Z (over 12 years ago)
- Last Synced: 2025-02-05T08:13:12.794Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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