File compressor with progress bar and controls to pause and resume processing.
Explore LearnThis
The objective of this project is to reinforce sections 6 and 7 of the Node.JS course by working mainly with data streams and the file system.
- ESLint -> Statically analyzes your code to quickly find problems
- Standard.js -> Configuration template for ESLint
- Prettier -> Opinionated code formatter
- Nodemon -> Simple monitor script for use during development
- Lint-staged -> Runs linter and formatter before commits
- cli-progress -> Easy to use progress-bar for command-line/terminal applications
- figlet -> FIGfont spec in JavaScript (ASCII style)
Distributed under the MIT License. See LICENSE.md for more information.