0.0.3 • Published 1 year ago

@mrdaark/sdk-dev-proxy v0.0.3

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

Yandex.Games SDK developing server

This package allows you to locally develop a game for the project https://yandex.ru/games

Usage:

npx sdk-dev-proxy [options]

Available Options:

CommandDescription
--helpShow help
--host, -hHost where your game is available (server will proxy to this addres)
--path, -pThe folder where your game is located (server will serve static files from this folder)
--app-id, -iID of your game (it must be draft)
--csp, -cAdds a csp header similar to what would be added to your index.html
--log, -lEnable request logger (default: true)

For correct start, one of two parameters must be specified path, host

Examples

npx sdk-dev-proxy -p /home/user/game/ --csp -l false
npx sdk-dev-proxy -h https://localhost:8000 --csp