@barajs/fs
v1.0.0
Published
Bara file fs
Downloads
6
Readme
Bara file loader
Easily load supported file type into JSON object.
Install
npm install --save @barajs/core @barajs/loader
Supported File Types
- [x] JSON
- [x] YAML
- [ ] MD
- [ ] INI
- [ ] TOML
API
walk
List all absolute file paths in a directory.
readFile
File file content at path.
writeFile
Write file content at path.