This commit is contained in:
Nemo 2019-07-24 21:01:55 +05:30
parent 7cf3993af3
commit c7eb4a247e
2 changed files with 20 additions and 2 deletions

18
CHANGELOG.md Normal file
View File

@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Dockerfile
## 0.1.0 - 2019-07-24
### Added
- Initial release
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD

View File

@ -1,6 +1,6 @@
# Outliner
# Outliner [![Gem Version](https://badge.fury.io/rb/outliner.svg)](https://badge.fury.io/rb/outliner)
A simple HTTParty based wrapper for the [Outline API](https://www.getoutline.com/developers).
A simple HTTParty based wrapper for the [Outline API](https://www.getoutline.com/developers). It also offers a one-line import option to let you migrate an existing set of Markdown files to Outline.
## Installation