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

https://github.com/alexwayfer/flame_app_template

This is my personal Flame web app template.
https://github.com/alexwayfer/flame_app_template

Last synced: 8 months ago
JSON representation

This is my personal Flame web app template.

Awesome Lists containing this project

README

          

# Flame App Template

[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame_app_template?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/flame_app_template)
[![Code Coverage](https://img.shields.io/codeclimate/coverage/AlexWayfer/flame_app_template?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame_app_template/code)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame_app_template.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame_app_template)
[![Depfu](https://img.shields.io/depfu/AlexWayfer/flame_app_template?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/flame_app_template)
[![license](https://img.shields.io/github/license/AlexWayfer/flame_app_template.svg?style=flat-square)](LICENSE.txt)

This is my personal [Flame](https://github.com/AlexWayfer/flame) web app template.

Can be example template for
[`flame_app_generator`](https://github.com/AlexWayfer/flame_app_generator).

## Usage

### Preparation

```sh
gem install flame_app_generator
```

### Generation

```sh
flame_app_generator AlexWayfer/flame_app_template --git
```

Don't forget about available options for `flame_app_generator` CLI.