Skip to content

Initial Release

Compare
Choose a tag to compare
@ge3224 ge3224 released this 25 Feb 20:32

This is the initial Neocities CLI release, a command-line interface application for managing websites hosted on Neocities. From their terminals, users can upload and delete files between their local computer and their Neocities website.

Upload files to your website:

neocities upload foo.html bar.js folder/baz.jpg

Delete files from your website:

neocities delete foo.html folder/baz.jpg

Get a list of available commands:

neocities

# Output...
#
# usage: neocities <command> [<args>]
# 
# Commands:
#    upload    Upload files to Neocities
#    delete    Delete files from Neocities
#    info      Info about Neocities websites
#    key       Neocities API key
#    list      List files on Neocities
#    version   Show neocities client version
# 
# Help for a specific command:
#    help [command]