İşletmeler için BT

npm-run Komutu Kullanımı

Komut çalıştırır. Daha fazla bilgi için: <https://docs.npmjs.com/cli/npm-run/>.

  • Bir komut çalıştırır:

npm run *komut_adı*

  • Komuta argüman gönderir:

npm run *komut_adı* -- *argüman* *--seçenek*

  • start isimli komudu çalıştırır:

npm start

  • stop isimli komudu çalıştırır:

npm stop

  • restart isimli komudu çalıştırır:

npm restart

  • test isimli komudu çalıştırır:

npm test


Bu içerik açık kaynaklı tldr-pages projesinden MIT lisansı ile derlenmiştir.