Introduction
Meet Type FS
The single way to manipulate files in NodeJS. With Type FS you can define multiple disk locations over common protocols such as file, s3 etc. and then use the disk manager to manipulate files in those disks.
Why Type FS
- Write automation scripts to manage files in many storage locations.
- In your web application, restrict access to directories in your filesystem.
- Keep your code readable. No callback hell, No excess promises.
- You only have to learn one set of methods.
- Supports JSON, TypeScript, or JavaScript configuration files.
- Can be configured via environment variables to change the storage configuration.