The Neocities Gem - A CLI and library for using the Neocities web site API.
Kyle Drake 1d1c3bdddb 0.0.20 | hai 5 meses | |
---|---|---|
bin | %!s(int64=7) %!d(string=hai) anos | |
ext | %!s(int64=3) %!d(string=hai) anos | |
lib | hai 5 meses | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
Gemfile | hai 5 meses | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
neocities.gemspec | hai 5 meses |
A CLI and library for using the Neocities API. Makes it easy to quickly upload, push, delete, and list your Neocities site.
If you're using OSX (or already have ruby installed):
gem install neocities
sudo apt-get install ruby
Install ruby with RubyInstaller. Then you can install the gem with the above command.
After that, you are all set! Run neocities
in a command line to see the options and get started.
This gem also ships with Neocities::Client, which you can use to write code that interfaces with the Neocities API.