Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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