The Neocities Gem - A CLI and library for using the Neocities web site API.

Kyle Drake 9a3d1450c5 0.0.9 7 rokov pred
bin 2b17f0b893 More major changes. Biggest is Net::HTTP so gem can work without compilation 8 rokov pred
ext 562b79b608 fix win32 cert issues 8 rokov pred
lib 4be21a49bf 0.0.9 7 rokov pred
.gitignore 2b17f0b893 More major changes. Biggest is Net::HTTP so gem can work without compilation 8 rokov pred
Gemfile d779aa1a39 beginnings of ruby client API and CLI 8 rokov pred
README.md 714824650d Improve documentation 7 rokov pred
neocities.gemspec c9638a1332 Lock tty gems to old version to prevent new compiler dep 7 rokov pred

README.md

The Neocities Gem

A CLI and library for using the Neocities API. Makes it easy to quickly upload, push, delete, and list your Neocities site.

Installation

Mac OSX

If you're using OSX (or already have ruby installed):

gem install neocities

Ubuntu/Debian

sudo apt-get install ruby

Windows

Install ruby with RubyInstaller. Then you can install the gem with the above command.

Running

After that, you are all set! Run neocities in a command line to see the options and get started.

Neocities::Client

This gem also ships with Neocities::Client, which you can use to write code that interfaces with the Neocities API.