Sha256: a965a0f5726cabcfe25ee85136728850deed1c419c4883bbe5b3c8627e0d8a56

Contents?: true

Size: 1.24 KB

Versions: 45

Compression:

Stored size: 1.24 KB

Contents

# Kuppayam

Kuppayam is a basic UI to starter kit.

A basic UI starter kit - rails engine with useful helpers and bootstrap based UI modules

## How to use Kuppayam?

just add kuppayam to gemfile and you are done.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'kuppayam'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install kuppayam
```

## Contributing

Fork the project from the repository https://github.com/right-solutions/kuppayam

Make your changes & Send a Pull Request.

## Gem Release Instructions

### Build the gem from the .gemspec

```bash
$ gem build kuppayam.gemspec
```

### Install this gem locally

```bash
$ gem install --local kuppayam-0.1.1.gem
```

### Push it to rubygems.org (You would need an account with rubygems.org to perform this action)

```bash
$ gem push gem push kuppayam-0.1.1.gem
```

## Testing the gem

cd spec/dummy
rails db:create db:migrate

rails s -p <port>

## Running rspec
rails db:create db:migrate RAILS_ENV

# run rspec from the rails root folder and not from dummy folder as spec helper has been linked to dummy.
rspec 


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



Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
kuppayam-0.2.12.pre.materialize README.md
kuppayam-0.2.11.pre.materialize README.md
kuppayam-0.2.10.pre.materialize README.md
kuppayam-0.2.9.pre.materialize README.md
kuppayam-0.2.8.pre.materialize README.md
kuppayam-0.2.7.pre.materialize README.md
kuppayam-0.2.6.pre.materialize README.md
kuppayam-0.2.5.pre.materialize README.md
kuppayam-0.2.4.pre.materialize README.md
kuppayam-0.2.3.pre.materialize README.md
kuppayam-0.2.2.pre.materialize README.md
kuppayam-0.2.1.pre.materialize README.md
kuppayam-0.2.0.pre.materialize README.md
kuppayam-0.1.39 README.md
kuppayam-0.1.38 README.md
kuppayam-0.1.37 README.md
kuppayam-0.1.36 README.md
kuppayam-0.1.35 README.md
kuppayam-0.1.34 README.md
kuppayam-0.1.33 README.md