Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@akashic/akashic-cli-init
Advanced tools
akashic-cli-init は Akashic ゲームのテンプレートを生成するツールです。
通常、ゲーム開発者がこのツールを直接利用する必要はありません。 akashic-cli を利用してください。
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-config で未設定の場合、
~/.akashic-templates
になります。
akashic-cli init は以下の設定を利用します。設定は akashic config
コマンドを利用して行います。
init.repository
: テンプレート配信サーバのURL。空文字列の時はサーバを利用しない。デフォルトは空文字列。init.defaultTemplateType
: テンプレートの種類が省略されたときに利用するテンプレート名。デフォルトは javascript
。init.localTemplateDirectory
: ローカルファイルシステムでテンプレートを保存する場所。デフォルトは $HOME/.akashic-templates
。本リポジトリは 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 491 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.