Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/randta
Randta - ランダム文字列テーブル生成器
https://github.com/myokoym/randta
Last synced: 2 days ago
JSON representation
Randta - ランダム文字列テーブル生成器
- Host: GitHub
- URL: https://github.com/myokoym/randta
- Owner: myokoym
- License: mit
- Created: 2013-02-17T08:36:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T13:57:51.000Z (over 10 years ago)
- Last Synced: 2023-03-11T07:19:04.931Z (over 1 year ago)
- Language: Ruby
- Homepage: http://myokoym.net/randta/
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Randta [![Build Status](https://secure.travis-ci.org/myokoym/randta.png?branch=master)](http://travis-ci.org/myokoym/randta)
Randta - ランダム文字列テーブル生成器
## Usage
http://myokoym.net/randta/
## Development
### Run Test
$ rspec spec
or
$ rake spec
or
$ rake
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request