npm-init: add Hindi translation (#14494)
This commit is contained in:
16
pages.hi/common/npm-init.md
Normal file
16
pages.hi/common/npm-init.md
Normal 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}}`
|
Reference in New Issue
Block a user