Skip to content

An example of how to create your own custom node module; as well as how to use it in your own program.

Notifications You must be signed in to change notification settings

dgaeta/node-create-module-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

node-create-module-example

An example of how to create your own custom node module; as well as how to use it in your own program.

The example module provided is a simple function that reads command line arguments to print filenames in a directory that a particular file name extension.

I.E. 'print all files in directory that match txt extentsion'.

The program requires that the first command line argument be a path to the directory name of interest, and the second command line argument be a filename extension (with the '.', i.e. 'txt').

About

An example of how to create your own custom node module; as well as how to use it in your own program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published