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

Kyle Drake 1d1c3bdddb 0.0.20 il y a 5 mois
bin 2b17f0b893 More major changes. Biggest is Net::HTTP so gem can work without compilation il y a 7 ans
ext 5b7c72e547 Fix undefined `Gem::Command` error il y a 3 ans
lib 1d1c3bdddb 0.0.20 il y a 5 mois
.gitignore 2b17f0b893 More major changes. Biggest is Net::HTTP so gem can work without compilation il y a 7 ans
Gemfile 0578cb6a46 Remove gems from Gemfile in favor of gemspec il y a 5 mois
README.md 714824650d Improve documentation il y a 6 ans
neocities.gemspec a78b7d9f32 Add whirly to gemspec il y a 5 mois

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.