Qitta Hello World
my first post in qiita
概要
- get your QITTA_TOKEN here https://qiita.com/settings/applications
- setup a new github repo, set QITTA_TOKEN into repo secrets
- install qitta-cli by
bun i @qiita/qitta-cli -D
- init repo by
bunx qitta init
- create a post by
bun qitta new hello-world
- commit and push
- done