@divvit/filesystem-utils

commons function for file system helper

Usage no npm install needed!

<script type="module">
  import divvitFilesystemUtils from 'https://cdn.skypack.dev/@divvit/filesystem-utils';
</script>

README

@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