hivewallet / app-store

A marketplace for Hive apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Store

A marketplace for Hive apps.

screen shot 2014-02-26 at 2 26 16 pm

Usage

If you want your app listed in the App store, go ahead add it to our app registry wiki page: https://github.com/hivewallet/hive-osx/wiki/App-Registry

Make sure to tag your releases as App Registry worker only list apps with their latest tagged git release.

Development

Test it in browser

cd ~ && git clone https://github.com/hivewallet/toolbelt.git
cd toolbelt
open index.html

Test it in Hive

Download and install Hive on your Mac OSX

cd ~ && git clone https://github.com/hivewallet/toolbelt.git
cd ~/Library/Application\ Support/Hive/Applications/
ln -s ~/toolbelt/ wei_lu.app_store

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

About

A marketplace for Hive apps.

License:MIT License


Languages

Language:JavaScript 94.8%Language:CSS 5.2%