sprite-server

1.0.0 • Public • Published

Sprite Server

Sprite Server is a simple static server. A simple command can start the service. Files can be uploaded and downloaded without configuration. It can be used for development, testing and learning.

Note: Do not use in production environments.

Features

  • Download files from the server.

  • Select the files and upload them to the server.

  • Upload files to the server by dragging and dropping.

Installation

Running on-demand:

npx sprite-server [--port xxxx]

Globally via npm:

npm install --global sprite-server

Globally via yarn:

yarn global add sprite-server

Globally via cnpm:

cnpm install --global sprite-server

Usage

Start server

sprite [--port xxxx]

Access server

Visit: http://localhost:5050

Options

Option Description Defaults
--version Show version number.
-p, --port Port to use. 5050
-h, --help Print this list.

Enjoy!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.01
0.0.40
0.0.30
0.0.20
0.0.11

Package Sidebar

Install

npm i sprite-server

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

350 kB

Total Files

10

Last publish

Collaborators

  • joey_chou