Get Started with CLI
Use Spacha on CLI.
note
CLI tool uses SpachaImage
(Canvas) to render image.
Install
Node.js,npm が動作する環境を用意します.
- Windows
- Mac
- Linux
Download installer from nodejs.org
Google with this term.
mac nodejs install
Google with this term.
[distro name] nodejs install
:::note
We are considering standalone version which doesn't requrie npm!
:::
Install spacha-cli
npm i -g spacha-cli
tipIt 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
コメントなし
コメントなしのスパチャも投げることができます.
spacha \
--user.name "Bony_Chops" \
--user.image "https://github.com/bonychops.png" \
--price -31117 \
--theme "red" \
spacha.png