mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 11:35:45 +02:00
npm-init: add Hindi translation (#14494)
This commit is contained in:
parent
6328d48422
commit
6c4ce52706
1 changed files with 16 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue