kindled-utils
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -54,2 +54,3 @@ const fs = require('fs-extra') | ||
/*/ | ||
exports.shorten = function(key, link) { | ||
@@ -64,2 +65,3 @@ const bitly = new BitlyClient(key); | ||
} | ||
/*/ | ||
@@ -66,0 +68,0 @@ function logFeature(name, desc){ |
{ | ||
"name": "kindled-utils", | ||
"description": "A few functions to assist in development", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
# Kindled Utils | ||
Kindled Utils is a utilization tool made by kindled.\ | ||
It includes functions to manage files easily, shorten links and more. \ | ||
It includes functions to manage files easily, ~~shorten links~~ and more. \ | ||
You can use the features() function to print all current features. | ||
@@ -9,3 +9,3 @@ | ||
(+) 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\ | ||
(+) 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\ | ||
@@ -12,0 +12,0 @@ **Update v1.8**\ |
5031
77