0.1.0 • Published 8 years ago

@divvit/filesystem-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

@divvit/filesystem-utils for NodeJS

commons function for file system helper

Installation

npm install @divvit/filesystem-utils

v0.1.0 Stable

Dependencies

  1. crypto
  2. 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

MIT

Release History

  • 0.1.0 Initial release