5.3.0 • Published 1 year ago

sonolus-generate-static v5.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sonolus-generate-static

CLI tool to generate static Sonolus server from repository and database.

Links

Static Sonolus Server

While static Sonolus servers are easy to host and prepare, it has significant user experience disadvantages:

  • No Sonolus client version checking.
  • No localization according to user language.
  • No search or pagination.
  • All contents will be shown in one page.

It is recommended to develop with sonolus-express instead.

Usage

npx

Use npx to execute without installing.

Generating using default options:

npx sonolus-generate-static

Use -h to see a list of available options:

npx sonolus-generate-static -h

Install Globally

Installing globally (only need once):

npm i -g sonolus-generate-static

sonolus-generate-static will become available to use:

sonolus-generate-static -h

Input

It is recommended to use sonolus-pack to prepare input.

Input contains:

  • /db.json contains information of items.
  • /repository contains processed resources.

Output

Output can be statically served by a web server, and Sonolus client can connect to and play.

5.4.0-alpha.3

1 year ago

5.4.0-alpha.2

1 year ago

5.4.0-alpha.1

1 year ago

5.4.0-alpha.0

1 year ago

5.3.0

2 years ago

5.3.0-beta.0

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

5.2.0-beta.0

2 years ago

5.1.0-beta.0

2 years ago

5.0.0-beta.0

2 years ago

4.0.1-beta.0

3 years ago

4.0.1

3 years ago

4.0.0-beta.0

3 years ago

3.0.0

3 years ago

4.0.0

3 years ago

2.0.0-beta.1

3 years ago

2.0.0

3 years ago

1.2.1

3 years ago

1.2.1-beta.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.1.0-beta.0

3 years ago

1.2.0-beta.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

4 years ago

0.2.0-beta.0

4 years ago

0.1.0

4 years ago