https://github.com/alexwayfer/flame_server_toys
Toys for Flame web application server management
https://github.com/alexwayfer/flame_server_toys
Last synced: 11 months ago
JSON representation
Toys for Flame web application server management
- Host: GitHub
- URL: https://github.com/alexwayfer/flame_server_toys
- Owner: AlexWayfer
- License: mit
- Created: 2020-08-02T14:04:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T09:50:31.000Z (11 months ago)
- Last Synced: 2025-07-26T21:55:54.733Z (11 months ago)
- Language: Ruby
- Size: 133 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
# Flame Server Toys
[](https://rubygems.org/gems/flame_server_toys)
[](https://cirrus-ci.com/github/AlexWayfer/flame_server_toys)
[](https://codecov.io/gh/AlexWayfer/flame_server_toys)
[](https://codeclimate.com/github/AlexWayfer/flame_server_toys)
[](https://depfu.com/repos/github/AlexWayfer/flame_server_toys)
[](https://inch-ci.org/github/AlexWayfer/flame_server_toys)
[](LICENSE.txt)
Toys for [Flame](https://github.com/AlexWayfer/flame) web application server management,
like start, stop, restart, etc.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'flame_server_toys'
```
And then execute:
```shell
bundle install
```
Or install it yourself as:
```shell
gem install flame_server_toys
```
## Usage
```ruby
## .toys/.toys.rb
require "#{__dir__}/../config/base"
require 'flame_server_toys'
expand FlameServerToys::Template,
config_proc: (proc do
MyProject::Config::Base.new
end)
```
On `start` and `restart` commands in `development` environment there will be spawned
`Filewatcher`s from `filewatcher.yaml` file
via [`filewatcher-matrix`](https://github.com/filewatcher/filewatcher-matrix).
## 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/flame_server_toys).
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).