Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waterlink/crystal-blog

Simple blog in crystal using frank and active_record.cr
https://github.com/waterlink/crystal-blog

Last synced: 30 days ago
JSON representation

Simple blog in crystal using frank and active_record.cr

Awesome Lists containing this project

README

        

# blog

TODO: Write a description here for library

## Installation

Add it to `Projectfile`

```crystal
deps do
github "[your-github-name]/blog"
end
```

## Usage

```crystal
require "blog"
```

TODO: Write usage here for library

## Development

TODO: Write instructions for development

## Contributing

1. Fork it ( https://github.com/[your-github-name]/blog/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

## Contributors

- [your-github-name](https://github.com/[your-github-name]) Oleksii Fedorov - creator, maintainer