listfile

"A small file that imitates some of the functionalities of ls command of a UNIX system."

Usage no npm install needed!

<script type="module">
  import listfile from 'https://cdn.skypack.dev/listfile';
</script>

README

listfile

Node.js file that imitates some of the features of ls command on UNIX machines.

Installation

npm install listfile --save

Usage

node index.js ls
node index.js ls -l
node index.js ls -a
ndoe index.js ls -g
node index.js ls -la
node index.js ls -lg
node index.js ls -ag
node index.js ls -lag

Test

npm test

Release history

0.0.0 Initial release
0.0.1 Changes made to the result display
0.0.2 Changes made of package.json
0.0.3 Changes made to the README.md
0.0.4 Upoading changes to github