nodejs.dev icon indicating copy to clipboard operation
nodejs.dev copied to clipboard

how to create an application using Node CLI Args:

Open adityagupta29 opened this issue 3 years ago • 7 comments

Added A complete code example that shows how to create an application using Node CLI Args:

adityagupta29 avatar Jul 21 '22 03:07 adityagupta29

Codecov Report

Merging #2555 (01341bd) into main (137c842) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2555   +/-   ##
=======================================
  Coverage   90.38%   90.38%           
=======================================
  Files          87       87           
  Lines         998      998           
  Branches      270      270           
=======================================
  Hits          902      902           
  Misses         96       96           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 137c842...01341bd. Read the comment docs.

codecov-commenter avatar Jul 21 '22 03:07 codecov-commenter

Please find a preview at: https://staging.nodejs.dev/2555/

github-actions[bot] avatar Jul 27 '22 01:07 github-actions[bot]

Please find a preview at: https://staging.nodejs.dev/2555/

github-actions[bot] avatar Jul 27 '22 08:07 github-actions[bot]

@adityagupta29, now this code snippet is linted as real JS code and it was found few code-style issues more. Could you please fix them as well?

rodion-arr avatar Jul 27 '22 08:07 rodion-arr

I don't have any about it, i am new, can you help me please?

adityagupta29 avatar Aug 01 '22 16:08 adityagupta29

I don't have any about it, i am new, can you help me please?

Your code inside the snippets is not following our ESLint rules. Just run eslint . --fix and it should fix the auto fixable issues. The error messages on the build give you plenty of details of what to fix/change 😄

ovflowd avatar Aug 01 '22 19:08 ovflowd

The linting error is for this line console.log(operation + ' is ' + (operator1 + operator2)); Change it to a template string. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#syntax

benhalverson avatar Aug 05 '22 03:08 benhalverson

This pull request is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 05 '22 02:09 github-actions[bot]