mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
645 B
645 B
npm init
एक
package.json
फ़ाइल बनाएँ। अधिक जानकारी: https://docs.npmjs.com/cli/commands/npm-init।
- संकेतों के साथ एक नया पैकेज प्रारंभ करें:
npm init
- डिफ़ॉल्ट मानों के साथ एक नया पैकेज प्रारंभ करें:
npm init -y
- एक विशिष्ट इनिशियलाइज़र का उपयोग करके एक नया पैकेज प्रारंभ करें:
npm init {{create-react-app}} {{my-app}}