Socket
Socket
Sign inDemoInstall

@akashic/akashic-cli-export-html

Package Overview
Dependencies
419
Maintainers
6
Versions
245
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @akashic/akashic-cli-export-html

A module to convert your Akashic game to a runnable standalone.


Version published
Maintainers
6
Install size
34.4 MB
Created

Readme

Source

akashic-cli-export-html

akashic-cli-export-html は Akashic で作られたゲームを単体動作するよう変換するツールです。

通常、ゲーム開発者がこのライブラリを直接利用する必要はありません。 akashic-cli を利用してください。 akashic-cli は Akashic Engine を使ったゲーム作成を補助するコマンドラインツールです。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。

ビルド方法

akashic-cli-export-html はTypeScriptで書かれたjsモジュールであるため、ビルドにはNode.jsが必要です。

npm run build によりビルドできます。

npm install
npm run build

テスト方法

  1. TSLintを使ったLint
  2. Jasmineを使ったテスト

がそれぞれ実行されます。

npm test

実行方法

akashic-cli-export-html

内部モジュールの更新方法

npm run build で自動的に更新されます。 明示的に更新したい場合、 ./templates 以下の各 package.json の依存バージョンを書き換えた後、 npm run build を再度実行するか、テンプレートのディレクトリで npm run update を実行してください。

ライセンス

本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。

ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。

FAQs

Last updated on 13 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc