Skip to content

This is a hypothetical exploration of summing numbers recursively in a text file (summer of text 🤔)

Notifications You must be signed in to change notification settings

digitalcrafted/summer-of-recursive-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summer of Recursive Text

This is a hypothetical exploration of summing numbers recursively in a text file (summer of text 🤔) and printing the result

  • The summer function receives as input the path to a single file. Each line of the file will contain either a number or a relative path to another file.

  • For each file processed, the result printed will included the file path and the sum of all of the numbers contained both directly in the file and in any of the sub files listed in the file (and their sub files, etc).


Deploy Instructions

  • clone or copy the project into a directory of your choice
  • cd into the project directory
  • run npm install to fetch the libraries used in the project
  • make sure you have node version >11.x installed
  • copy files you would like to process into the project directory
  • run node index.js --src filename.txt
  • the results would be printed in a table in the console
  • see package.json for libraries added via npm and other project details

About

This is a hypothetical exploration of summing numbers recursively in a text file (summer of text 🤔)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published