Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ヨーマンの角度ジェネレーターから角度スキャフォールドの生成の最後に自動化する方法を見つけようとしnpm install && bower install --devていますが、私の問題に完全に一致する情報は見つかりませんでした。
npm install && bower install --dev
誰かが私を正しい方向に向けることができますか?
これを実行すると、scaffoldを終了した直後にnpmとbowerdepsがインストールされます。
yo angular && npm install && bower install --dev
.bashrc、、ファイル.bashprofileにシェルエイリアスを作成することもできます。.zshrc
.bashrc
.bashprofile
.zshrc
alias ya='yo angular && npm install && bower install --dev'
次に、ターミナルを再起動して、と入力しyaます。
ya