https://github.com/naoty/cuiabout
CLI for cui-about.me
https://github.com/naoty/cuiabout
Last synced: about 1 month ago
JSON representation
CLI for cui-about.me
- Host: GitHub
- URL: https://github.com/naoty/cuiabout
- Owner: naoty
- License: mit
- Created: 2012-08-11T18:14:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T15:50:07.000Z (over 12 years ago)
- Last Synced: 2025-01-30T02:13:09.337Z (3 months ago)
- Language: Ruby
- Homepage: http://rubygems.org/gems/cuiabout
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuiabout
CLI for cui-about.me (http://github.com/naoty/cui-aboutme)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'cuiabout'
```And then execute:
```sh
$ bundle
```Or install it yourself as:
```sh
$ gem install cuiabout
```## Usage
Print how to use this gem.
```sh
$ cuiabout helpUsage: cuiabout ACTION
cuiabout [username] # Prints user's profile
cuiabout show [username] # Prints user's profile
cuiabout list # Prints all user names
```Print all user names.
```sh
$ cuiabout list
naoty
soplana
```Print a specific user's profile.
```sh
$ cuiabout naoty
```Signup with your name, password, and any other information.
```sh
$ cuiabout signup naoty [email protected] github=http://github.com/naoty
password:
Success!
```Update your profile.
```sh
$ cuiabout update naoty blog=http://naoty.hatenablog.com location=Tokyo
password:
Success!
```## Contributing
1. Fork it
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 new Pull Request