npm-init: add Hindi translation (#14494)

This commit is contained in:
Vedant Yadav
2024-11-02 22:04:38 +05:30
committed by GitHub
parent 6328d48422
commit 6c4ce52706

View File

@@ -0,0 +1,16 @@
# npm init
> एक `package.json` फ़ाइल बनाएँ।
> अधिक जानकारी: <https://docs.npmjs.com/cli/commands/npm-init>।
- संकेतों के साथ एक नया पैकेज प्रारंभ करें:
`npm init`
- डिफ़ॉल्ट मानों के साथ एक नया पैकेज प्रारंभ करें:
`npm init -y`
- एक विशिष्ट इनिशियलाइज़र का उपयोग करके एक नया पैकेज प्रारंभ करें:
`npm init {{create-react-app}} {{my-app}}`