How do I pass command line arguments to a Node.js program and receive them? | Better Stack Community (2024)

Better Stack Team

Updated on March 11, 2024

In Node.js, you can pass command line arguments to your script the same as you would for any other command line application. Simply type your arguments after the script path separated with a space as shown below:

Copied!

node task.js foo bar

Then you can retrieve the arguments from the process.argv array like this:

Copied!

process.argv.forEach((val, index) => { console.log(index + ': ' + val);});

The first element (index 0) is always a path to your Node.js executable and the second element (index 1) is a path to your script. Additional elements are the ones you pass when executing the script. In the case of the example above. The process.argv array would look something like this:

Copied!

0: /path/to/node1: /path/to/task.js2: foo3: bar

You can also use packages such as commander, yargs or minimist to help you handle and parse command line arguments.

Remember, command line arguments are string so you need to convert them to other types when necessary.

Make your mark

Join the writer's program

Are you a developer and love writing and sharing your knowledge with the world? Join our guestwriting program and get paid for writing amazing technical guides. We'll get them to the rightreaders that will appreciate them.

Write for us

Writer of the month

How do I pass command line arguments to a Node.js program and receive them? | Better Stack Community (6)

Marin Bezhanov

Marin is a software engineer and architect with a broad range of experience working...

Build on top of Better Stack

Write a script, app or project on top of Better Stack and share it with the world.Make a public repository and share it with us at our email.

[email protected]

or submit a pull request and help us build better products for everyone.

See the full list of amazing projects on github

How do I pass command line arguments to a Node.js program and receive them? | Better Stack Community (2024)
Top Articles
What will happen to cheaters? — Last Day on Earth Help Center
How Regular Hot Tub Hydrotherapy Can Benefit Athletes
Jackerman Mothers Warmth Part 3
Faint Citrine Lost Ark
Craigslist Benton Harbor Michigan
Readyset Ochsner.org
Wmu Course Offerings
Best Theia Builds (Talent | Skill Order | Pairing + Pets) In Call of Dragons - AllClash
Volstate Portal
Jesse Mckinzie Auctioneer
Full Range 10 Bar Selection Box
Telegram Scat
Odfl4Us Driver Login
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Watch Your Lie in April English Sub/Dub online Free on HiAnime.to
Lost Pizza Nutrition
Keyn Car Shows
Black Panther 2 Showtimes Near Epic Theatres Of Palm Coast
Craigslist Comes Clean: No More 'Adult Services,' Ever
Umn Biology
Rek Funerals
Uno Fall 2023 Calendar
Dl.high Stakes Sweeps Download
Hannah Jewell
Poe T4 Aisling
Street Fighter 6 Nexus
Autotrader Bmw X5
Rust Belt Revival Auctions
Matlab Kruskal Wallis
24 slang words teens and Gen Zers are using in 2020, and what they really mean
Edict Of Force Poe
Die Filmstarts-Kritik zu The Boogeyman
My.lifeway.come/Redeem
Dmitri Wartranslated
Rhode Island High School Sports News & Headlines| Providence Journal
How Does The Common App Work? A Guide To The Common App
The Angel Next Door Spoils Me Rotten Gogoanime
Guy Ritchie's The Covenant Showtimes Near Grand Theatres - Bismarck
Stranahan Theater Dress Code
Tinfoil Unable To Start Software 2022
Ehome America Coupon Code
Sea Guini Dress Code
CrossFit 101
Actress Zazie Crossword Clue
Shannon Sharpe Pointing Gif
Ewwwww Gif
Black Adam Showtimes Near Kerasotes Showplace 14
Tommy Gold Lpsg
Grace Charis Shagmag
Zalog Forum
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 5825

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.