1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 10:55:25 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`