kindled-utils

A few functions to assist in development

Usage no npm install needed!

<script type="module">
  import kindledUtils from 'https://cdn.skypack.dev/kindled-utils';
</script>

README

Kindled Utils

Kindled Utils is a utilization tool made by kindled.
It includes functions to manage files easily, shorten links and more.
You can use the features() function to print all current features.

Update v1.7
(+) Added toJSONFile(path, object) - writes JS object to JSON
(+) Added shorten(<bit.ly - api - key>, link) - Shortens links provided you have a bit.ly API key (in development)
(+) Added features() - Prints all the features in Kindled Utils
Update v1.8
(!) Fixed package.json
(!) Improved README.md / fixed bugs