Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/memository
A memo repository for multi interface and version control.
https://github.com/myokoym/memository
Last synced: 2 days ago
JSON representation
A memo repository for multi interface and version control.
- Host: GitHub
- URL: https://github.com/myokoym/memository
- Owner: myokoym
- License: mit
- Created: 2012-10-07T19:09:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T14:25:07.000Z (about 12 years ago)
- Last Synced: 2023-03-11T07:18:56.151Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Memository
A memo repository for multi interface and version control.
## Installation
### Download source code
#### git clone
$ git clone [email protected]:myokoym/memository.git
#### wget
$ wget https://github.com/myokoym/memository/tarball/master
$ tar xzvf master### Init
Git init and input a confirm keyword.
$ ./init.sh
### Upload
Please upload it to any Web server.
## Usage
TODO
## 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