Skip to main content

Get Started with CLI

Use Spacha on CLI.

note

CLI tool uses SpachaImage(Canvas) to render image.

Install

  1. Node.js,npm が動作する環境を用意します.

    Download installer from nodejs.org

    :::note

    We are considering standalone version which doesn't requrie npm!

    :::

  2. Install spacha-cli

    npm i -g spacha-cli
    tip

    It may require su permissions if you are using Linux.

    sudo npm i -g spacha-cli

Try

200 Yen

Generate Spacha with 200 yen and "Awesome!" message.

spacha --message "Awesome!" --price 240 spacha.png

Change theme

Generate Spacha with 500 yen and red theme.

spacha --message "Congratulations!!" --price 500 --theme "red" spacha.png

ユーザーを設定する

投稿ユーザーを設定することができます.画像はファイルパス,または URL を指定することができます.

spacha \
--message "チャンネル登録してください" \
--user.name "Bony_Chops" \
--user.image "https://github.com/bonychops.png" \
spacha.png

Example banner

コメントなし

コメントなしのスパチャも投げることができます.

spacha \
--user.name "Bony_Chops" \
--user.image "https://github.com/bonychops.png" \
--price -31117 \
--theme "red" \
spacha.png

Example banner

This is the real total balance of Bony_Chops in 09/17/2022