Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.08 KB

Neocities

Manage Neocities with PowerShell

https://neocities.org is a wonderful site for free personal webpages.

It's bringing back the ethos of old internet: one of the most popular free hosting services of the 90s was geocities.

The Neocities Module

Neocities is also the name a PowerShell module to manage Neocities (no official relation).

The Neocities module PowerShell is built atop the neocities api.

Installing and Importing

You can install the Neocities module by using the PowerShell Gallery

Install-Module Neocities

Once installed, you can import it with:

Import-Module Neocities -PassThru

Neocities Commands