New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@akashic/akashic-cli

Package Overview
Dependencies
Maintainers
0
Versions
611
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/akashic-cli

Command-line utility for akashic game development

  • 2.17.26
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
290
decreased by-1.69%
Maintainers
0
Weekly downloads
 
Created
Source

akashic-cli

Akashic Engine を使ったゲーム作成を補助するコマンドラインユーティリティです。

インストール

akashic-cli は Node.js v4.2 以降で動作します。 以下のコマンドでインストールできます。

npm install -g @akashic/akashic-cli

利用方法

インストール後、 akashic コマンドが利用できるようになります。

例: カレントディレクトリに空のAkashicゲームを生成

akashic init

例: カレントディレクトリ以下のファイルを検索してアセットとして追加

akashic scan asset

例: カレントディレクトリのAkashicゲームをホストするマルチプレイ動作確認用サーバを起動

akashic serve

例: カレントディレクトリのAkashicゲームを、HTMLファイル(と画像・音声をまとめたディレクトリ)に変換し、 ../exported-my-game/ に出力する

akashic export html -o ../exported-my-game

各コマンドの詳細については、 利用ガイド を参照してください。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。

ライセンス

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

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

FAQs

Package last updated on 09 Jan 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc