Sha256: eba562c97157239796abf5249ea4a48ddb53905e47be169541b8a7bec8b3cbb8

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 Bytes

Contents

# <%= class_name %>

Introduction goes here.

## Installation

Add to your application's Gemfile

```
gem "<%= extension_name %>", github: "USERNAME/<%= extension_name %>"
```

Run the bundle command

```
$ bundle install
```

If your server was running, restart it to find the assets properly.

## Testing

First, generate a dummy application. You will be required to generate a dummy application before running tests.

```
$ bundle exec rake dummy_app
```

Run tests with any of the following

```
$ bundle exec rake
$ bundle exec rake spec
$ bundle exec rake test
$ bundle exec rspec spec
```

## Contributing

1. Fork it ( https://github.com/USERNAME/<%= extension_name %>/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.4.0 lib/archangel/commands/templates/theme/README.md