Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanachin/SATySFi-rails
SATySFi template for Rails
https://github.com/hanachin/SATySFi-rails
Last synced: about 6 hours ago
JSON representation
SATySFi template for Rails
- Host: GitHub
- URL: https://github.com/hanachin/SATySFi-rails
- Owner: hanachin
- License: mit
- Created: 2018-11-29T15:21:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T15:22:23.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T16:36:35.301Z (7 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-satysfi - SATySFi-rails - SATySFi template for Rails (Uncategorized / Uncategorized)
README
# SATySFi::Rails
SATySFi template for Rails.## Usage
Under the `app/views/**/*`, create a template like below as `*.pdf.saty````
@require: standalone
let-block ctx +hi = line-break true true ctx (read-inline ctx {hi}) in
standalone '<+hi;>
```## Installation
Add this line to your application's Gemfile:```ruby
gem 'SATySFi-rails'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install SATySFi-rails
```## Contributing
Contribution directions go here.## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).