https://github.com/alexwayfer/static_files_toys
Toys template for static files.
https://github.com/alexwayfer/static_files_toys
Last synced: 10 months ago
JSON representation
Toys template for static files.
- Host: GitHub
- URL: https://github.com/alexwayfer/static_files_toys
- Owner: AlexWayfer
- License: mit
- Created: 2020-06-12T20:34:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T09:50:35.000Z (11 months ago)
- Last Synced: 2025-07-28T17:13:33.293Z (11 months ago)
- Language: Ruby
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Static Files Toys
[](https://cirrus-ci.com/github/AlexWayfer/static_files_toys)
[](https://codecov.io/gh/AlexWayfer/static_files_toys)
[](https://codeclimate.com/github/AlexWayfer/static_files_toys)
[](https://depfu.com/repos/github/AlexWayfer/static_files_toys)
[](https://inch-ci.org/github/AlexWayfer/static_files_toys)
[](https://rubygems.org/gems/static_files_toys)
[](LICENSE.txt)
Toys template for static (public) files of a web-application.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'static_files_toys'
```
And then execute:
```shell
bundle install
```
Or install it yourself as:
```shell
gem install static_files_toys
```
## Usage
```ruby
require 'static_files_toys'
expand StaticFilesToys::Template
```
## Development
After checking out the repo, run `bundle install` to install dependencies.
Then, run `toys rspec` to run the tests.
To install this gem onto your local machine, run `toys gem install`.
To release a new version, run `toys gem release %version%`.
See how it works [here](https://github.com/AlexWayfer/gem_toys#release).
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/AlexWayfer/static_files_toys).
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).