Sha256: fd64f12022af0b5521e9272e1e81a903cd59ef08757a3b1ec5ced1e842394f01

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

# Jektop
[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://badges.github.io/shields/)
[![Gem Version](https://badge.fury.io/rb/jektop.png)](http://badge.fury.io/rb/jektop)
[![Build Status](https://travis-ci.org/Jylhis/Jektop.png?branch=master)](https://travis-ci.org/Jylhis/Jektop)
[![Coverage Status](https://coveralls.io/repos/Jylhis/Jektop/badge.png)](https://coveralls.io/r/Jylhis/Jektop)

With this gem you can easily create new Jekyll posts

## Installation

Add this line to your application's Gemfile:

    gem 'jektop'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jektop

## Usage

Using this gem is pretty simple
	
```ruby
require 'jektop'

Jektop.new("/home/USER/Jekyll/", "TITLE", "CATEGORIES", "My awesome post")
```

## Contributing

1. Fork it
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 new Pull Request

## TODO

- Make Jekyll.get function
	- with variables, exmample "categories", "post", "title", "date" etc.
- and Jekyll.edit something like this maybe?

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jektop-0.1.3 README.md