エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
mkdir my-project cd my-project # gitの初期化 git init # 空初期コミットをする npx git-cz --non-int... mkdir my-project cd my-project # gitの初期化 git init # 空初期コミットをする npx git-cz --non-interactive --type=chore --subject='new repo!' --allow-empty # remote originの追加 git remote add origin git@github.com:suinplayground/monorepo-with-npm-workspaces.git { "name": "my-project", "version": "0.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "r