Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@akashic/akashic-cli-init
Advanced tools
akashic-cli-init は Akashic ゲームのテンプレートを生成するツールです。
通常、ゲーム開発者がこのツールを直接利用する必要はありません。 akashic-cli を利用してください。 akashic-cli は Akashic Engine を使ったゲーム作成を補助するコマンドラインツールです。 Akashic Engineの詳細な利用方法については、 公式ページ を参照してください。
akashic-cli-init はTypeScriptで書かれたjsモジュールであるため、ビルドにはNode.jsが必要です。
npm run build
によりgulpを使ってビルドできます。
npm install
npm run build
がそれぞれ実行されます。
npm test
デフォルトのテンプレートで初期化する。
akashic-cli-init
指定したテンプレートで初期化する。
akashic-cli-init -t typescript
akashic-cli-init のテンプレートはローカルテンプレートディレクトリに配置されています。 ローカルテンプレートディレクトリにテンプレートが存在しない場合、 テンプレートを以下の順番で探し、最初に見つかったものを利用します。
~/.akashic-templates
になります。akashic-cli-init は以下の設定を利用します。設定は akashic config
コマンドを利用して行います。
init.repository
: テンプレート配信サーバのURL。空文字列の時はサーバを利用しない。デフォルトは空文字列。init.defaultTemplateType
: テンプレートの種類が省略されたときに利用するテンプレート名。デフォルトは javascript
。init.localTemplateDirectory
: ローカルファイルシステムでテンプレートを保存する場所。デフォルトは $HOME/.akashic-templates
。ファクトリテンプレートを更新する場合は、 templates-src/ 以下を編集してください。 publish 時に、 templates/ 以下の zip に自動的に反映されます。
ファクトリテンプレートを追加する場合は、 templates-src/ 以下に game-xxx/ デイレクトリを加えて、 templates/template-list.json を編集してください。 game-xxx/ ディレクトリは、 Akashic ゲームである必要があります。 (実装上の制限から、現在は package.json を含むゲームを置くことはできないので注意してください。)
本リポジトリは MIT License の元で公開されています。 詳しくは LICENSE をご覧ください。
ただし、画像ファイルおよび音声ファイルは CC BY 2.1 JP の元で公開されています。
FAQs
A module to get your Akashic game started.
The npm package @akashic/akashic-cli-init receives a total of 17 weekly downloads. As such, @akashic/akashic-cli-init popularity was classified as not popular.
We found that @akashic/akashic-cli-init demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.