1.0.10 • Published 10 months ago

neocities-publish v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Neocities Publish

A small CLI tool to publish a directory to Neocities.

Installation

npm i neocities-publish --global

Usage

This will prompt you for your Neocities username and password, and then publish the contents of the current directory to Neocities.

npx ncp

.ncignore

You can create a .ncignore file in the root of your project to specify files and directories to ignore when publishing to Neocities. This file uses the same syntax as .gitignore.

A .ncignore file will never be published to Neocities when using this tool.

Example

# Ignore all files in the 'secret' folder
/secret/

# Ignore 'secret.txt' in any directory
secret.txt

# Ignore any .webp file in the 'static' directory.
/static/*.webp
1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago