Skip to content

watarukura/zenn-content

Repository files navigation

zenn-content

zenn記事公開用リポジトリ。

記事を書く

npm run new:article

VS Codeで書く。

推敲する

Pull Requestを作るとGitHub Actionsでtextlintする。

git switch -c {branch_name}
git add .
git commit -m "comment"
git push origin HEAD
gh pr create
gh pr checks

ローカル実行してもよい。

npm run lint

自動修正されない場合は手で直すこと。

npm run fix

Markdownとしての形式もlint/fixできる。

npm run lint:md
npm run fix:md

Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published