Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waterlink/crystal-blog
- Owner: waterlink
- License: mit
- Created: 2015-05-18T01:01:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T19:02:18.000Z (over 9 years ago)
- Last Synced: 2024-10-16T07:16:35.493Z (3 months ago)
- Language: Crystal
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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