Skip to content

files_filter - node.js program to truncate files alphabetically

Notifications You must be signed in to change notification settings

miulyano/files_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

files_filter

files_filter - node.js program to truncate files alphabetically

The project launch command:

git clone https://github.com/morecodemore/files_filter.git

install dependencies

npm i

go to the folder with the code

cd programs

run eslint

../node_modules/.bin/eslint sync.js
../node_modules/.bin/eslint async.js

start the filtering synchronously

node sync.js /*from folder name (string)*/  /*to folder name (string)*/  /*delete first folder (boolean)*/

start the filtering asynchronously

node async.js /*from folder name (string)*/  /*to folder name (string)*/  /*delete first folder (boolean)*/

About

files_filter - node.js program to truncate files alphabetically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published