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

https://github.com/alexwayfer/flame-cli

CLI for Flame Web-framework
https://github.com/alexwayfer/flame-cli

Last synced: 4 months ago
JSON representation

CLI for Flame Web-framework

Awesome Lists containing this project

README

          

# Flame CLI

[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame-cli?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/flame-cli)
[![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/flame-cli/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/flame-cli)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame-cli.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame-cli)
[![Depfu](https://img.shields.io/depfu/AlexWayfer/flame-cli?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/flame-cli)
[![Inline docs](https://inch-ci.org/github/AlexWayfer/flame-cli.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame-cli)
[![license](https://img.shields.io/github/license/AlexWayfer/flame-cli.svg?style=flat-square)](https://github.com/AlexWayfer/flame-cli/blob/main/LICENSE.txt)
[![Gem](https://img.shields.io/gem/v/flame-cli.svg?style=flat-square)](https://rubygems.org/gems/flame-cli)

CLI for [Flame web framework](https://github.com/AlexWayfer/flame).

## Installation

Install it globally as:

```shell
gem install flame-cli
```

## Usage

```ruby
flame --help
```

## Development

After checking out the repo, run `bundle install` to install dependencies.

Then, run `bundle exec 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-cli).

## License

The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).