Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigo/ruby101-kitap
Türkçe Ruby kitabı
https://github.com/vigo/ruby101-kitap
ruby turkce-kaynak
Last synced: 3 months ago
JSON representation
Türkçe Ruby kitabı
- Host: GitHub
- URL: https://github.com/vigo/ruby101-kitap
- Owner: vigo
- License: mit
- Created: 2014-07-13T15:55:25.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T15:27:08.000Z (over 1 year ago)
- Last Synced: 2024-06-12T08:11:41.660Z (5 months ago)
- Topics: ruby, turkce-kaynak
- Language: Ruby
- Homepage: https://vigo.github.io/ruby101-kitap/
- Size: 2.72 MB
- Stars: 197
- Watchers: 33
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Documentation Status](https://readthedocs.org/projects/ruby-101-kitab/badge/?version=latest)](https://ruby-101-kitab.readthedocs.io/tr/latest/?badge=latest)
![Powered by Rake](https://img.shields.io/badge/powered_by-rake-blue?logo=ruby)# Ruby 101 Kitabı
https://github.com/vigo/ruby101-kitap
Ruby öğrenmeyen kalmasın amacıyla kendi halimde bir kitap yazmaya başladım.
Biliyorum biraz eskidi ama genel olarak hemen hemen her şey halen geçerli.`mkdocs` entegrasyonu yaptım, rahat rahat web üzerinden okunabiliyor artık!
Kitabı web üzerinden okumak için;
- https://ruby-101-kitab.readthedocs.io/tr/latest/ (pdf ve epub da var)
- https://vigo.github.io/ruby101-kitap/---
## Lisans
Bu proje MIT lisansı kullanmaktadır.
Bu proje, işbirliği için güvenli ve davetkar bir alan olarak tasarlanmıştır ve
katkıda bulunanların [davranış kurallarına][coc] uymaları beklenir.---
## Katkı Yapın
1. `fork` (https://github.com/vigo/ruby101-kitap/fork)
1. Yeni bir `branch` açın (`git checkout -b duzeltmeler`)
1. `commit` edin (`git commit -am 'imla hataları'`)
1. `branch`’inizi `push` edin (`git push origin duzeltmeler`)
1. ve **Pull Request** açın!---
## Rakefile
```bash
$ rake -Trake build # Build docs
rake deploy # Deploy to github
rake serve # Run docs server
```[coc]: https://github.com/vigo/ruby101-kitap/blob/main/CODE_OF_CONDUCT.md