@divvit/filesystem-utils
v0.1.0
Published
commons function for file system helper
Downloads
2
Readme
@divvit/filesystem-utils for NodeJS
commons function for file system helper
Installation
npm install @divvit/filesystem-utils
v0.1.0 Stable
Dependencies
- crypto
- Debug
Conversion API
The API exposes a single function 'convert'. Using this function, you can input a multitude of settings, which are further specified below:
var filehelper = require('@divvit/filesystem-utils');
var randomFilename = filehelper.getRandomFilename(fileName);
Tests
npm test
Contributing
Anh Nguyen, Nino Ulsamer, Divvit AB
License
Release History
- 0.1.0 Initial release