Skip to content

Commit 21b7b80

Browse files
StartAutomatingStartAutomating
authored andcommitted
release: Neocities 0.1 ( Fixes #1 )
1 parent e32ff0a commit 21b7b80

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

docs/README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# Neocities
1+
## Neocities
2+
23
Manage Neocities with PowerShell
4+
5+
[https://neocities.org](Neocities) is a wonderful site for free personal webpages.
6+
7+
It's bringing back the ethos of old internet: one of the most popular free hosting services of the 90s was [geocities](https://en.wikipedia.org/wiki/GeoCities).
8+
9+
## The Neocities Module
10+
11+
Neocities is also the name a PowerShell module to manage Neocities (no official relation).
12+
13+
The Neocities module PowerShell is built atop the [neocities api](https://neocities.org/api).
14+
15+
### Installing and Importing
16+
17+
You can install the Neocities module by using the [PowerShell Gallery](https://powershellgallery.com)
18+
19+
~~~PowerShell
20+
Install-Module Neocities
21+
~~~
22+
23+
Once installed, you can import it with:
24+
25+
~~~PowerShell
26+
Import-Module Neocities -PassThru
27+
~~~
28+
29+
### Neocities Commands
30+
31+
* [Get-Neocities](Get-Neocities.md) gets neocities content
32+
* [Set-Neocities](Set-Neocities.md) sets neocities content
33+
* [Remove-Neocities](Remove-Neocities.md) removes neocities content
34+
* [Connect-Neocities](Connect-Neocities.md) connects with a credential and gives you an access token

0 commit comments

Comments
 (0)