Sha256: 997c67b2633c37127249dd7b4bc8cd1b2aaf9556b04b5a9e6f0ffc4d803b1e43

Contents?: true

Size: 777 Bytes

Versions: 4

Compression:

Stored size: 777 Bytes

Contents

# Kukushka

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/kukushka`. To experiment with that code, run `bin/console` for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

## Installation

Install the gem and add to the application's Gemfile by executing:

    $ bundle add kukushka

If bundler is not being used to manage dependencies, install the gem by executing:

    $ gem install kukushka

## Usage

kuku

## Development

gem build kukushka
gem signin
gem push kukushka-0.1.0.gem

mkdir exe
chmod +x exe/kuku

## kh

```
function precmd() {
  last_command=$(fc -ln -1)
  echo "Previous command: $last_command"
}
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kukushka-0.1.3 README.md
kukushka-0.1.2 README.md
kukushka-0.1.1 README.md
kukushka-0.1.0 README.md