Sha256: 7270ca680d21b4adeacb1558ff8c6a25d329f514c826dfb55a00a6023647d196
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
# Sushi Fish Sushi Fish is a generator. It is made to be run on a new rails app to give you some cool starting points. It uses ActiveAdmin and Ancestry. It is a fairly raw, developer focused time saver. ## Setup Add the gem to your Gemfile and run the `bundle` command to install it. ```ruby gem 'sushifish' ``` Run the generator to create the initial files. ``` rails g sushi ``` Now go build something awesome.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sushifish-0.9.6 | README.md |